#561A49

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

Shades of Loulou #561A49

Tints of Loulou #561A49

Color information

#561A49 (or 0x561A49) is unknown color: approx Loulou. HEX triplet: 56, 1A and 49. RGB value is (86,26,73). Sum of RGB (Red+Green+Blue) = 86+26+73=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #561A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A49 is #A9E5B6. Grayscale: #313131. Windows color (decimal): -11134391 or 4790870. OLE color: 4790870.

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

Color convert

RGB862673-
CMYK00.700.150.66
HSL313º53.57%21.96%-
HSV(B)313º69.77%33.73%-
XYZ5.413.26.64-
YUV49.3141.38154.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=46.49%
G=14.05%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86267300.700.150.6631353.5721.96
Hex561A49046F421393616
Octal126321110106171024716626
Binary1010110110101001001010001101111100001010011100111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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