#562449

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

Shades of Loulou #562449

Tints of Loulou #562449

Color information

#562449 (or 0x562449) is unknown color: approx Loulou. HEX triplet: 56, 24 and 49. RGB value is (86,36,73). Sum of RGB (Red+Green+Blue) = 86+36+73=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #562449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562449 is #A9DBB6. Grayscale: #373737. Windows color (decimal): -11131831 or 4793430. OLE color: 4793430.

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

Color convert

RGB863673-
CMYK00.580.150.66
HSL315.6º40.98%23.92%-
HSV(B)315.6º58.14%33.73%-
XYZ5.673.726.72-
YUV55.17138.06149.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=44.10%
G=18.46%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86367300.580.150.66315.640.9823.92
Hex56244903AF4213c2918
Octal12644111072171024745130
Binary1010110100100100100101110101111100001010011110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562449; }

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

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

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

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

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

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

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

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