#561644

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

Shades of Pompadour #561644

Tints of Pompadour #561644

Color information

#561644 (or 0x561644) is unknown color: approx Pompadour. HEX triplet: 56, 16 and 44. RGB value is (86,22,68). Sum of RGB (Red+Green+Blue) = 86+22+68=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #561644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561644 is #A9E9BB. Grayscale: #2E2E2E. Windows color (decimal): -11135420 or 4462166. OLE color: 4462166.

HSL color Cylindrical-coordinate representation of color #561644: hue angle of 316.88º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561644 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB862268-
CMYK00.740.210.66
HSL316.88º59.26%21.18%-
HSV(B)316.88º74.42%33.73%-
XYZ5.172.975.77-
YUV46.38140.2156.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 68 (26.95% from 255) = 38.64%
R=48.86%
G=12.5%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86226800.740.210.66316.8859.2621.18
Hex56164404A154213d3b15
Octal126261040112251024757325
Binary10101101011010001000100101010101100001010011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561644; }

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

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

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

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

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

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

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

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