#562048

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

Shades of Loulou #562048

Tints of Loulou #562048

Color information

#562048 (or 0x562048) is unknown color: approx Loulou. HEX triplet: 56, 20 and 48. RGB value is (86,32,72). Sum of RGB (Red+Green+Blue) = 86+32+72=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #562048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562048 is #A9DFB7. Grayscale: #343434. Windows color (decimal): -11132856 or 4726870. OLE color: 4726870.

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

Color convert

RGB863272-
CMYK00.630.160.66
HSL315.56º45.76%23.14%-
HSV(B)315.56º62.79%33.73%-
XYZ5.523.486.51-
YUV52.71138.89151.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=45.26%
G=16.84%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86327200.630.160.66315.5645.7623.14
Hex56204803F104213c2e17
Octal12640110077201024745627
Binary10101101000001001000011111110000100001010011110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562048; }

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

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

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

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

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

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

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

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