#562149

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

Shades of Loulou #562149

Tints of Loulou #562149

Color information

#562149 (or 0x562149) is unknown color: approx Loulou. HEX triplet: 56, 21 and 49. RGB value is (86,33,73). Sum of RGB (Red+Green+Blue) = 86+33+73=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #562149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562149 is #A9DEB6. Grayscale: #353535. Windows color (decimal): -11132599 or 4792662. OLE color: 4792662.

HSL color Cylindrical-coordinate representation of color #562149: hue angle of 314.72º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #562149 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB863373-
CMYK00.620.150.66
HSL314.72º44.54%23.33%-
HSV(B)314.72º61.63%33.73%-
XYZ5.583.556.69-
YUV53.41139.06151.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=44.79%
G=17.19%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86337300.620.150.66314.7244.5423.33
Hex56214903EF4213b2d17
Octal12641111076171024735527
Binary1010110100001100100101111101111100001010011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562149; }

 p { color: rgb(86,33,73); }

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

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

 a { background-color: rgb(86,33,73); }

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

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

 span { border-color: rgb(86,33,73); }

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