#80113C

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

Shades of Pompadour #80113C

Tints of Pompadour #80113C

Color information

#80113C (or 0x80113C) is unknown color: approx Pompadour. HEX triplet: 80, 11 and 3C. RGB value is (128,17,60). Sum of RGB (Red+Green+Blue) = 128+17+60=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80113C is #7FEEC3. Grayscale: #373737. Windows color (decimal): -8384196 or 3936640. OLE color: 3936640.

HSL color Cylindrical-coordinate representation of color #80113C: hue angle of 336.76º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80113C is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1281760-
CMYK00.870.530.50
HSL336.76º76.55%28.43%-
HSV(B)336.76º86.72%50.2%-
XYZ9.925.324.78-
YUV55.09130.77180-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=62.44%
G=8.29%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128176000.870.530.50336.7676.5528.43
Hex80113C05735321514d1c
Octal20021740127656252111534
Binary100000001000111110001010111110101110010101010001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80113C; }

 p { color: rgb(128,17,60); }

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

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

 a { background-color: rgb(128,17,60); }

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

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

 span { border-color: rgb(128,17,60); }

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