#562047

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

Shades of Loulou #562047

Tints of Loulou #562047

Color information

#562047 (or 0x562047) is unknown color: approx Loulou. HEX triplet: 56, 20 and 47. RGB value is (86,32,71). Sum of RGB (Red+Green+Blue) = 86+32+71=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #562047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562047 is #A9DFB8. Grayscale: #343434. Windows color (decimal): -11132857 or 4661334. OLE color: 4661334.

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

Color convert

RGB863271-
CMYK00.630.170.66
HSL316.67º45.76%23.14%-
HSV(B)316.67º62.79%33.73%-
XYZ5.493.476.34-
YUV52.59138.39151.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=45.50%
G=16.93%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86327100.630.170.66316.6745.7623.14
Hex56204703F114213d2e17
Octal12640107077211024755627
Binary10101101000001000111011111110001100001010011110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562047; }

 p { color: rgb(86,32,71); }

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

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

 a { background-color: rgb(86,32,71); }

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

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

 span { border-color: rgb(86,32,71); }

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