#561C49

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

Shades of Loulou #561C49

Tints of Loulou #561C49

Color information

#561C49 (or 0x561C49) is unknown color: approx Loulou. HEX triplet: 56, 1C and 49. RGB value is (86,28,73). Sum of RGB (Red+Green+Blue) = 86+28+73=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #561C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C49 is #A9E3B6. Grayscale: #323232. Windows color (decimal): -11133879 or 4791382. OLE color: 4791382.

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

Color convert

RGB862873-
CMYK00.670.150.66
HSL313.45º50.88%22.35%-
HSV(B)313.45º67.44%33.73%-
XYZ5.463.296.65-
YUV50.47140.72153.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=45.99%
G=14.97%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86287300.670.150.66313.4550.8822.35
Hex561C49043F421393316
Octal126341110103171024716326
Binary1010110111001001001010000111111100001010011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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