#562B48

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

Shades of Loulou #562B48

Tints of Loulou #562B48

Color information

#562B48 (or 0x562B48) is unknown color: approx Loulou. HEX triplet: 56, 2B and 48. RGB value is (86,43,72). Sum of RGB (Red+Green+Blue) = 86+43+72=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #562B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B48 is #A9D4B7. Grayscale: #3B3B3B. Windows color (decimal): -11130040 or 4729686. OLE color: 4729686.

HSL color Cylindrical-coordinate representation of color #562B48: hue angle of 319.53º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B48 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB864372-
CMYK00.500.160.66
HSL319.53º33.33%25.29%-
HSV(B)319.53º50%33.73%-
XYZ5.874.176.63-
YUV59.16135.25147.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=42.79%
G=21.39%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86437200.500.160.66319.5333.3325.29
Hex562B4803210421402119
Octal12653110062201025004131
Binary10101101010111001000011001010000100001010100000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562B48; }

 p { color: rgb(86,43,72); }

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

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

 a { background-color: rgb(86,43,72); }

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

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

 span { border-color: rgb(86,43,72); }

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