#562545

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

Shades of Loulou #562545

Tints of Loulou #562545

Color information

#562545 (or 0x562545) is unknown color: approx Loulou. HEX triplet: 56, 25 and 45. RGB value is (86,37,69). Sum of RGB (Red+Green+Blue) = 86+37+69=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #562545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562545 is #A9DABA. Grayscale: #373737. Windows color (decimal): -11131579 or 4531542. OLE color: 4531542.

HSL color Cylindrical-coordinate representation of color #562545: hue angle of 320.82º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #562545 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB863769-
CMYK00.570.200.66
HSL320.82º39.84%24.12%-
HSV(B)320.82º56.98%33.73%-
XYZ5.573.736.06-
YUV55.3135.73149.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=44.79%
G=19.27%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86376900.570.200.66320.8239.8424.12
Hex56254503914421412818
Octal12645105071241025015030
Binary10101101001011000101011100110100100001010100000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562545; }

 p { color: rgb(86,37,69); }

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

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

 a { background-color: rgb(86,37,69); }

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

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

 span { border-color: rgb(86,37,69); }

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