#561D44

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

Shades of Pompadour #561D44

Tints of Pompadour #561D44

Color information

#561D44 (or 0x561D44) is unknown color: approx Pompadour. HEX triplet: 56, 1D and 44. RGB value is (86,29,68). Sum of RGB (Red+Green+Blue) = 86+29+68=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #561D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D44 is #A9E2BB. Grayscale: #323232. Windows color (decimal): -11133628 or 4463958. OLE color: 4463958.

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

Color convert

RGB862968-
CMYK00.660.210.66
HSL318.95º49.57%22.55%-
HSV(B)318.95º66.28%33.73%-
XYZ5.323.275.82-
YUV50.49137.88153.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 29 (11.72% from 255) = 15.85%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=46.99%
G=15.85%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86296800.660.210.66318.9549.5722.55
Hex561D44042154213f3217
Octal126351040102251024776227
Binary10101101110110001000100001010101100001010011111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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