#562E4A

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

Shades of Loulou #562E4A

Tints of Loulou #562E4A

Color information

#562E4A (or 0x562E4A) is unknown color: approx Loulou. HEX triplet: 56, 2E and 4A. RGB value is (86,46,74). Sum of RGB (Red+Green+Blue) = 86+46+74=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #562E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E4A is #A9D1B5. Grayscale: #3D3D3D. Windows color (decimal): -11129270 or 4861526. OLE color: 4861526.

HSL color Cylindrical-coordinate representation of color #562E4A: hue angle of 318º 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 #562E4A is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB864674-
CMYK00.470.140.66
HSL318º30.3%25.88%-
HSV(B)318º46.51%33.73%-
XYZ6.054.437.01-
YUV61.15135.25145.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 46 (18.36% from 255) = 22.33%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=41.75%
G=22.33%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86467400.470.140.6631830.325.88
Hex562E4A02FE4213e1e1a
Octal12656112057161024763632
Binary101011010111010010100101111111010000101001111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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