#561C46

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

Shades of Loulou #561C46

Tints of Loulou #561C46

Color information

#561C46 (or 0x561C46) is unknown color: approx Loulou. HEX triplet: 56, 1C and 46. RGB value is (86,28,70). Sum of RGB (Red+Green+Blue) = 86+28+70=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #561C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C46 is #A9E3B9. Grayscale: #323232. Windows color (decimal): -11133882 or 4594774. OLE color: 4594774.

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

Color convert

RGB862870-
CMYK00.670.190.66
HSL316.55º50.88%22.35%-
HSV(B)316.55º67.44%33.73%-
XYZ5.363.256.14-
YUV50.13139.22153.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=46.74%
G=15.22%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86287000.670.190.66316.5550.8822.35
Hex561C46043134213d3316
Octal126341060103231024756326
Binary10101101110010001100100001110011100001010011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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