#561D47

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

Shades of Loulou #561D47

Tints of Loulou #561D47

Color information

#561D47 (or 0x561D47) is unknown color: approx Loulou. HEX triplet: 56, 1D and 47. RGB value is (86,29,71). Sum of RGB (Red+Green+Blue) = 86+29+71=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #561D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D47 is #A9E2B8. Grayscale: #323232. Windows color (decimal): -11133625 or 4660566. OLE color: 4660566.

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

Color convert

RGB862971-
CMYK00.660.170.66
HSL315.79º49.57%22.55%-
HSV(B)315.79º66.28%33.73%-
XYZ5.413.316.32-
YUV50.83139.38153.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 71 (28.12% from 255) = 38.17%
R=46.24%
G=15.59%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86297100.660.170.66315.7949.5722.55
Hex561D47042114213c3217
Octal126351070102211024746227
Binary10101101110110001110100001010001100001010011110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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