#7B2B55

Color #7B2B55 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #7B2B55

Tints of Flirt #7B2B55

Color information

#7B2B55 (or 0x7B2B55) is unknown color: approx Flirt. HEX triplet: 7B, 2B and 55. RGB value is (123,43,85). Sum of RGB (Red+Green+Blue) = 123+43+85=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2B55 is #84D4AA. Grayscale: #474747. Windows color (decimal): -8705195 or 5581691. OLE color: 5581691.

HSL color Cylindrical-coordinate representation of color #7B2B55: hue angle of 328.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2B55 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB1234385-
CMYK00.650.310.52
HSL328.5º48.19%32.55%-
HSV(B)328.5º65.04%48.24%-
XYZ10.676.599.3-
YUV71.71135.5164.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 49.00%
GREEN value IS 43 (17.19% from 255) = 17.13%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=49.00%
G=17.13%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123438500.650.310.52328.548.1932.55
Hex7B2B550411F341483021
Octal17353125010137645106041
Binary111101110101110101010100000111111110100101001000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B2B55; }

 p { color: rgb(123,43,85); }

 H1.HeaderClassName
 {
   color: #7B2B55;
 }
 .AnyTagClassName
 {
   color: #7B2B55;
 }
</style>
background-color css

<style>
 a { background-color: #7B2B55; }

 a { background-color: rgb(123,43,85); }

 div.DivClassName
 {
   background-color: #7B2B55;
 }
 .BgClassName
 {
   background-color: #7B2B55;
 }
</style>
border-color css

<style>
 span { border-color: #7B2B55; }

 span { border-color: rgb(123,43,85); }

 td.TdClassName
 {
   border-color: #7B2B55;
 }
 .TagClassName
 {
   border-color: #7B2B55;
 }
</style>