#561B4E

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

Shades of Loulou #561B4E

Tints of Loulou #561B4E

Color information

#561B4E (or 0x561B4E) is unknown color: approx Loulou. HEX triplet: 56, 1B and 4E. RGB value is (86,27,78). Sum of RGB (Red+Green+Blue) = 86+27+78=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #561B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B4E is #A9E4B1. Grayscale: #323232. Windows color (decimal): -11134130 or 5118806. OLE color: 5118806.

HSL color Cylindrical-coordinate representation of color #561B4E: hue angle of 308.14º 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 #561B4E is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB862778-
CMYK00.690.090.66
HSL308.14º52.21%22.16%-
HSV(B)308.14º68.6%33.73%-
XYZ5.63.317.55-
YUV50.46143.55153.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=45.03%
G=14.14%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86277800.690.090.66308.1452.2122.16
Hex561B4E0459421343416
Octal126331160105111024646426
Binary1010110110111001110010001011001100001010011010011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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