#561C45

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

Shades of Loulou #561C45

Tints of Loulou #561C45

Color information

#561C45 (or 0x561C45) is unknown color: approx Loulou. HEX triplet: 56, 1C and 45. RGB value is (86,28,69). Sum of RGB (Red+Green+Blue) = 86+28+69=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #561C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C45 is #A9E3BA. Grayscale: #313131. Windows color (decimal): -11133883 or 4529238. OLE color: 4529238.

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

Color convert

RGB862869-
CMYK00.670.200.66
HSL317.59º50.88%22.35%-
HSV(B)317.59º67.44%33.73%-
XYZ5.333.245.97-
YUV50.02138.72153.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 28 (11.33% from 255) = 15.30%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=46.99%
G=15.30%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86286900.670.200.66317.5950.8822.35
Hex561C45043144213e3316
Octal126341050103241024766326
Binary10101101110010001010100001110100100001010011111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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