#561E45

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

Shades of Loulou #561E45

Tints of Loulou #561E45

Color information

#561E45 (or 0x561E45) is unknown color: approx Loulou. HEX triplet: 56, 1E and 45. RGB value is (86,30,69). Sum of RGB (Red+Green+Blue) = 86+30+69=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #561E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E45 is #A9E1BA. Grayscale: #333333. Windows color (decimal): -11133371 or 4529750. OLE color: 4529750.

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

Color convert

RGB863069-
CMYK00.650.200.66
HSL318.21º48.28%22.75%-
HSV(B)318.21º65.12%33.73%-
XYZ5.383.345.99-
YUV51.19138.05152.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=46.49%
G=16.22%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86306900.650.200.66318.2148.2822.75
Hex561E45041144213e3017
Octal126361050101241024766027
Binary10101101111010001010100000110100100001010011111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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