#562E48

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

Shades of Loulou #562E48

Tints of Loulou #562E48

Color information

#562E48 (or 0x562E48) is unknown color: approx Loulou. HEX triplet: 56, 2E and 48. RGB value is (86,46,72). Sum of RGB (Red+Green+Blue) = 86+46+72=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #562E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E48 is #A9D1B7. Grayscale: #3C3C3C. Windows color (decimal): -11129272 or 4730454. OLE color: 4730454.

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

Color convert

RGB864672-
CMYK00.470.160.66
HSL321º30.3%25.88%-
HSV(B)321º46.51%33.73%-
XYZ5.984.46.66-
YUV60.92134.25145.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=42.16%
G=22.55%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86467200.470.160.6632130.325.88
Hex562E4802F10421411e1a
Octal12656110057201025013632
Binary1010110101110100100001011111000010000101010000011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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