#800C4C

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

Shades of Pompadour #800C4C

Tints of Pompadour #800C4C

Color information

#800C4C (or 0x800C4C) is unknown color: approx Pompadour. HEX triplet: 80, 0C and 4C. RGB value is (128,12,76). Sum of RGB (Red+Green+Blue) = 128+12+76=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #800C4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800C4C is #7FF3B3. Grayscale: #353535. Windows color (decimal): -8385460 or 4983936. OLE color: 4983936.

HSL color Cylindrical-coordinate representation of color #800C4C: hue angle of 326.9º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C4C is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1281276-
CMYK00.910.410.50
HSL326.9º82.86%27.45%-
HSV(B)326.9º90.62%50.2%-
XYZ10.345.377.33-
YUV53.98140.43180.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.26%
GREEN value IS 12 (5.08% from 255) = 5.56%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=59.26%
G=5.56%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128127600.910.410.50326.982.8627.45
Hex80C4C05B2932147531b
Octal200141140133516250712333
Binary100000001100100110001011011101001110010101000111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800C4C; }

 p { color: rgb(128,12,76); }

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

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

 a { background-color: rgb(128,12,76); }

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

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

 span { border-color: rgb(128,12,76); }

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