#561649

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

Shades of Loulou #561649

Tints of Loulou #561649

Color information

#561649 (or 0x561649) is unknown color: approx Loulou. HEX triplet: 56, 16 and 49. RGB value is (86,22,73). Sum of RGB (Red+Green+Blue) = 86+22+73=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #561649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561649 is #A9E9B6. Grayscale: #2E2E2E. Windows color (decimal): -11135415 or 4789846. OLE color: 4789846.

HSL color Cylindrical-coordinate representation of color #561649: hue angle of 312.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561649 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB862273-
CMYK00.740.150.66
HSL312.19º59.26%21.18%-
HSV(B)312.19º74.42%33.73%-
XYZ5.333.036.61-
YUV46.95142.7155.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 73 (28.91% from 255) = 40.33%
R=47.51%
G=12.15%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86227300.740.150.66312.1959.2621.18
Hex56164904AF421383b15
Octal126261110112171024707325
Binary1010110101101001001010010101111100001010011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561649; }

 p { color: rgb(86,22,73); }

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

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

 a { background-color: rgb(86,22,73); }

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

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

 span { border-color: rgb(86,22,73); }

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