#561E47

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

Shades of Loulou #561E47

Tints of Loulou #561E47

Color information

#561E47 (or 0x561E47) is unknown color: approx Loulou. HEX triplet: 56, 1E and 47. RGB value is (86,30,71). Sum of RGB (Red+Green+Blue) = 86+30+71=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #561E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E47 is #A9E1B8. Grayscale: #333333. Windows color (decimal): -11133369 or 4660822. OLE color: 4660822.

HSL color Cylindrical-coordinate representation of color #561E47: hue angle of 316.07º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E47 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB863071-
CMYK00.650.170.66
HSL316.07º48.28%22.75%-
HSV(B)316.07º65.12%33.73%-
XYZ5.443.366.32-
YUV51.42139.05152.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=45.99%
G=16.04%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86307100.650.170.66316.0748.2822.75
Hex561E47041114213c3017
Octal126361070101211024746027
Binary10101101111010001110100000110001100001010011110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561E47; }

 p { color: rgb(86,30,71); }

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

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

 a { background-color: rgb(86,30,71); }

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

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

 span { border-color: rgb(86,30,71); }

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