#561744

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

Shades of Pompadour #561744

Tints of Pompadour #561744

Color information

#561744 (or 0x561744) is unknown color: approx Pompadour. HEX triplet: 56, 17 and 44. RGB value is (86,23,68). Sum of RGB (Red+Green+Blue) = 86+23+68=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #561744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561744 is #A9E8BB. Grayscale: #2E2E2E. Windows color (decimal): -11135164 or 4462422. OLE color: 4462422.

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

Color convert

RGB862368-
CMYK00.730.210.66
HSL317.14º57.8%21.37%-
HSV(B)317.14º73.26%33.73%-
XYZ5.193.015.78-
YUV46.97139.87155.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 68 (26.95% from 255) = 38.42%
R=48.59%
G=12.99%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86236800.730.210.66317.1457.821.37
Hex561744049154213d3a15
Octal126271040111251024757225
Binary10101101011110001000100100110101100001010011110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561744; }

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

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

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

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

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

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

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

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