#56173E

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

Shades of Pompadour #56173E

Tints of Pompadour #56173E

Color information

#56173E (or 0x56173E) is unknown color: approx Pompadour. HEX triplet: 56, 17 and 3E. RGB value is (86,23,62). Sum of RGB (Red+Green+Blue) = 86+23+62=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #56173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56173E is #A9E8C1. Grayscale: #2E2E2E. Windows color (decimal): -11135170 or 4069206. OLE color: 4069206.

HSL color Cylindrical-coordinate representation of color #56173E: hue angle of 322.86º 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 #56173E is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB862362-
CMYK00.730.280.66
HSL322.86º57.8%21.37%-
HSV(B)322.86º73.26%33.73%-
XYZ5.012.944.86-
YUV46.28136.87156.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=50.29%
G=13.45%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86236200.730.280.66322.8657.821.37
Hex56173E0491C421433a15
Octal12627760111341025037225
Binary1010110101111111100100100111100100001010100001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56173E; }

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

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

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

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

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

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

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

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