#562F4F

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

Shades of Loulou #562F4F

Tints of Loulou #562F4F

Color information

#562F4F (or 0x562F4F) is unknown color: approx Loulou. HEX triplet: 56, 2F and 4F. RGB value is (86,47,79). Sum of RGB (Red+Green+Blue) = 86+47+79=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #562F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F4F is #A9D0B0. Grayscale: #3E3E3E. Windows color (decimal): -11129009 or 5189462. OLE color: 5189462.

HSL color Cylindrical-coordinate representation of color #562F4F: hue angle of 310.77º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #562F4F is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB864779-
CMYK00.450.080.66
HSL310.77º29.32%26.08%-
HSV(B)310.77º45.35%33.73%-
XYZ6.274.587.95-
YUV62.31137.42144.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=40.57%
G=22.17%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86477900.450.080.66310.7729.3226.08
Hex562F4F02D8421371d1a
Octal12657117055101024673532
Binary101011010111110011110101101100010000101001101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,47,79); }

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

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

 a { background-color: rgb(86,47,79); }

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

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

 span { border-color: rgb(86,47,79); }

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