#561D46

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

Shades of Loulou #561D46

Tints of Loulou #561D46

Color information

#561D46 (or 0x561D46) is unknown color: approx Loulou. HEX triplet: 56, 1D and 46. RGB value is (86,29,70). Sum of RGB (Red+Green+Blue) = 86+29+70=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #561D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D46 is #A9E2B9. Grayscale: #323232. Windows color (decimal): -11133626 or 4595030. OLE color: 4595030.

HSL color Cylindrical-coordinate representation of color #561D46: hue angle of 316.84º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #561D46 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB862970-
CMYK00.660.190.66
HSL316.84º49.57%22.55%-
HSV(B)316.84º66.28%33.73%-
XYZ5.383.36.15-
YUV50.72138.88153.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 29 (11.72% from 255) = 15.68%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=46.49%
G=15.68%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86297000.660.190.66316.8449.5722.55
Hex561D46042134213d3217
Octal126351060102231024756227
Binary10101101110110001100100001010011100001010011110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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