#562145

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

Shades of Loulou #562145

Tints of Loulou #562145

Color information

#562145 (or 0x562145) is unknown color: approx Loulou. HEX triplet: 56, 21 and 45. RGB value is (86,33,69). Sum of RGB (Red+Green+Blue) = 86+33+69=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #562145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562145 is #A9DEBA. Grayscale: #343434. Windows color (decimal): -11132603 or 4530518. OLE color: 4530518.

HSL color Cylindrical-coordinate representation of color #562145: hue angle of 319.25º 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 #562145 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB863369-
CMYK00.620.200.66
HSL319.25º44.54%23.33%-
HSV(B)319.25º61.63%33.73%-
XYZ5.463.56.02-
YUV52.95137.06151.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=45.74%
G=17.55%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86336900.620.200.66319.2544.5423.33
Hex56214503E144213f2d17
Octal12641105076241024775527
Binary10101101000011000101011111010100100001010011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562145; }

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

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

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

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

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

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

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

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