#561C47

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

Shades of Loulou #561C47

Tints of Loulou #561C47

Color information

#561C47 (or 0x561C47) is unknown color: approx Loulou. HEX triplet: 56, 1C and 47. RGB value is (86,28,71). Sum of RGB (Red+Green+Blue) = 86+28+71=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #561C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C47 is #A9E3B8. Grayscale: #323232. Windows color (decimal): -11133881 or 4660310. OLE color: 4660310.

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

Color convert

RGB862871-
CMYK00.670.170.66
HSL315.52º50.88%22.35%-
HSV(B)315.52º67.44%33.73%-
XYZ5.393.266.31-
YUV50.24139.72153.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=46.49%
G=15.14%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86287100.670.170.66315.5250.8822.35
Hex561C47043114213c3316
Octal126341070103211024746326
Binary10101101110010001110100001110001100001010011110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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