#562546

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

Shades of Loulou #562546

Tints of Loulou #562546

Color information

#562546 (or 0x562546) is unknown color: approx Loulou. HEX triplet: 56, 25 and 46. RGB value is (86,37,70). Sum of RGB (Red+Green+Blue) = 86+37+70=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #562546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562546 is #A9DAB9. Grayscale: #373737. Windows color (decimal): -11131578 or 4597078. OLE color: 4597078.

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

Color convert

RGB863770-
CMYK00.570.190.66
HSL319.59º39.84%24.12%-
HSV(B)319.59º56.98%33.73%-
XYZ5.63.746.22-
YUV55.41136.23149.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=44.56%
G=19.17%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86377000.570.190.66319.5939.8424.12
Hex56254603913421402818
Octal12645106071231025005030
Binary10101101001011000110011100110011100001010100000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562546; }

 p { color: rgb(86,37,70); }

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

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

 a { background-color: rgb(86,37,70); }

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

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

 span { border-color: rgb(86,37,70); }

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