#561B47

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

Shades of Loulou #561B47

Tints of Loulou #561B47

Color information

#561B47 (or 0x561B47) is unknown color: approx Loulou. HEX triplet: 56, 1B and 47. RGB value is (86,27,71). Sum of RGB (Red+Green+Blue) = 86+27+71=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #561B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B47 is #A9E4B8. Grayscale: #313131. Windows color (decimal): -11134137 or 4660054. OLE color: 4660054.

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

Color convert

RGB862771-
CMYK00.690.170.66
HSL315.25º52.21%22.16%-
HSV(B)315.25º68.6%33.73%-
XYZ5.373.226.3-
YUV49.66140.05153.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 27 (10.94% from 255) = 14.67%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=46.74%
G=14.67%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86277100.690.170.66315.2552.2122.16
Hex561B47045114213b3416
Octal126331070105211024736426
Binary10101101101110001110100010110001100001010011101111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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