#562144

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

Shades of Loulou #562144

Tints of Loulou #562144

Color information

#562144 (or 0x562144) is unknown color: approx Loulou. HEX triplet: 56, 21 and 44. RGB value is (86,33,68). Sum of RGB (Red+Green+Blue) = 86+33+68=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #562144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562144 is #A9DEBB. Grayscale: #343434. Windows color (decimal): -11132604 or 4464982. OLE color: 4464982.

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

Color convert

RGB863368-
CMYK00.620.210.66
HSL320.38º44.54%23.33%-
HSV(B)320.38º61.63%33.73%-
XYZ5.423.485.86-
YUV52.84136.56151.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=45.99%
G=17.65%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86336800.620.210.66320.3844.5423.33
Hex56214403E15421402d17
Octal12641104076251025005527
Binary10101101000011000100011111010101100001010100000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562144; }

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

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

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

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

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

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

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

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