#562B49

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

Shades of Loulou #562B49

Tints of Loulou #562B49

Color information

#562B49 (or 0x562B49) is unknown color: approx Loulou. HEX triplet: 56, 2B and 49. RGB value is (86,43,73). Sum of RGB (Red+Green+Blue) = 86+43+73=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #562B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B49 is #A9D4B6. Grayscale: #3B3B3B. Windows color (decimal): -11130039 or 4795222. OLE color: 4795222.

HSL color Cylindrical-coordinate representation of color #562B49: hue angle of 318.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B49 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB864373-
CMYK00.500.150.66
HSL318.14º33.33%25.29%-
HSV(B)318.14º50%33.73%-
XYZ5.94.196.8-
YUV59.28135.75147.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=42.57%
G=21.29%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86437300.500.150.66318.1433.3325.29
Hex562B49032F4213e2119
Octal12653111062171024764131
Binary1010110101011100100101100101111100001010011111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562B49; }

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

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

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

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

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

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

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

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