#562949

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

Shades of Loulou #562949

Tints of Loulou #562949

Color information

#562949 (or 0x562949) is unknown color: approx Loulou. HEX triplet: 56, 29 and 49. RGB value is (86,41,73). Sum of RGB (Red+Green+Blue) = 86+41+73=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #562949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562949 is #A9D6B6. Grayscale: #3A3A3A. Windows color (decimal): -11130551 or 4794710. OLE color: 4794710.

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

Color convert

RGB864173-
CMYK00.520.150.66
HSL317.33º35.43%24.9%-
HSV(B)317.33º52.33%33.73%-
XYZ5.834.056.78-
YUV58.1136.41147.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 73 (28.91% from 255) = 36.5%
R=43%
G=20.5%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86417300.520.150.66317.3335.4324.9
Hex562949034F4213d2319
Octal12651111064171024754331
Binary1010110101001100100101101001111100001010011110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562949; }

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

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

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

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

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

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

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

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