#562B4A

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

Shades of Loulou #562B4A

Tints of Loulou #562B4A

Color information

#562B4A (or 0x562B4A) is unknown color: approx Loulou. HEX triplet: 56, 2B and 4A. RGB value is (86,43,74). Sum of RGB (Red+Green+Blue) = 86+43+74=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #562B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B4A is #A9D4B5. Grayscale: #3B3B3B. Windows color (decimal): -11130038 or 4860758. OLE color: 4860758.

HSL color Cylindrical-coordinate representation of color #562B4A: hue angle of 316.74º 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 #562B4A is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB864374-
CMYK00.500.140.66
HSL316.74º33.33%25.29%-
HSV(B)316.74º50%33.73%-
XYZ5.944.26.98-
YUV59.39136.25146.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=42.36%
G=21.18%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86437400.500.140.66316.7433.3325.29
Hex562B4A032E4213d2119
Octal12653112062161024754131
Binary1010110101011100101001100101110100001010011110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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