#562148

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

Shades of Loulou #562148

Tints of Loulou #562148

Color information

#562148 (or 0x562148) is unknown color: approx Loulou. HEX triplet: 56, 21 and 48. RGB value is (86,33,72). Sum of RGB (Red+Green+Blue) = 86+33+72=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #562148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562148 is #A9DEB7. Grayscale: #353535. Windows color (decimal): -11132600 or 4727126. OLE color: 4727126.

HSL color Cylindrical-coordinate representation of color #562148: hue angle of 315.85º 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 #562148 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB863372-
CMYK00.620.160.66
HSL315.85º44.54%23.33%-
HSV(B)315.85º61.63%33.73%-
XYZ5.553.536.52-
YUV53.29138.56151.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=45.03%
G=17.28%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86337200.620.160.66315.8544.5423.33
Hex56214803E104213c2d17
Octal12641110076201024745527
Binary10101101000011001000011111010000100001010011110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562148; }

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

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

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

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

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

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

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

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