#562146

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

Shades of Loulou #562146

Tints of Loulou #562146

Color information

#562146 (or 0x562146) is unknown color: approx Loulou. HEX triplet: 56, 21 and 46. RGB value is (86,33,70). Sum of RGB (Red+Green+Blue) = 86+33+70=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #562146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562146 is #A9DEB9. Grayscale: #343434. Windows color (decimal): -11132602 or 4596054. OLE color: 4596054.

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

Color convert

RGB863370-
CMYK00.620.190.66
HSL318.11º44.54%23.33%-
HSV(B)318.11º61.63%33.73%-
XYZ5.493.516.18-
YUV53.06137.56151.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=45.50%
G=17.46%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86337000.620.190.66318.1144.5423.33
Hex56214603E134213e2d17
Octal12641106076231024765527
Binary10101101000011000110011111010011100001010011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562146; }

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

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

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

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

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

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

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

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