#561849

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

Shades of Loulou #561849

Tints of Loulou #561849

Color information

#561849 (or 0x561849) is unknown color: approx Loulou. HEX triplet: 56, 18 and 49. RGB value is (86,24,73). Sum of RGB (Red+Green+Blue) = 86+24+73=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #561849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561849 is #A9E7B6. Grayscale: #2F2F2F. Windows color (decimal): -11134903 or 4790358. OLE color: 4790358.

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

Color convert

RGB862473-
CMYK00.720.150.66
HSL312.58º56.36%21.57%-
HSV(B)312.58º72.09%33.73%-
XYZ5.373.116.62-
YUV48.12142.04155.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=46.99%
G=13.11%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86247300.720.150.66312.5856.3621.57
Hex561849048F421393816
Octal126301110110171024717026
Binary1010110110001001001010010001111100001010011100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561849; }

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

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

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

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

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

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

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

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