#561C4E

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

Shades of Loulou #561C4E

Tints of Loulou #561C4E

Color information

#561C4E (or 0x561C4E) is unknown color: approx Loulou. HEX triplet: 56, 1C and 4E. RGB value is (86,28,78). Sum of RGB (Red+Green+Blue) = 86+28+78=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #561C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561C4E is #A9E3B1. Grayscale: #323232. Windows color (decimal): -11133874 or 5119062. OLE color: 5119062.

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

Color convert

RGB862878-
CMYK00.670.090.66
HSL308.28º50.88%22.35%-
HSV(B)308.28º67.44%33.73%-
XYZ5.633.367.56-
YUV51.04143.22152.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=44.79%
G=14.58%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86287800.670.090.66308.2850.8822.35
Hex561C4E0439421343316
Octal126341160103111024646326
Binary1010110111001001110010000111001100001010011010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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