#561944

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

Shades of Pompadour #561944

Tints of Pompadour #561944

Color information

#561944 (or 0x561944) is unknown color: approx Pompadour. HEX triplet: 56, 19 and 44. RGB value is (86,25,68). Sum of RGB (Red+Green+Blue) = 86+25+68=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #561944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561944 is #A9E6BB. Grayscale: #303030. Windows color (decimal): -11134652 or 4462934. OLE color: 4462934.

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

Color convert

RGB862568-
CMYK00.710.210.66
HSL317.7º54.95%21.76%-
HSV(B)317.7º70.93%33.73%-
XYZ5.233.095.79-
YUV48.14139.21155-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 68 (26.95% from 255) = 37.99%
R=48.04%
G=13.97%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86256800.710.210.66317.754.9521.76
Hex561944047154213e3716
Octal126311040107251024766726
Binary10101101100110001000100011110101100001010011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561944; }

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

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

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

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

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

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

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

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