#80123C

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

Shades of Pompadour #80123C

Tints of Pompadour #80123C

Color information

#80123C (or 0x80123C) is unknown color: approx Pompadour. HEX triplet: 80, 12 and 3C. RGB value is (128,18,60). Sum of RGB (Red+Green+Blue) = 128+18+60=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #80123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80123C is #7FEDC3. Grayscale: #373737. Windows color (decimal): -8383940 or 3936896. OLE color: 3936896.

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

Color convert

RGB1281860-
CMYK00.860.530.50
HSL337.09º75.34%28.63%-
HSV(B)337.09º85.94%50.2%-
XYZ9.935.354.78-
YUV55.68130.44179.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.14%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=62.14%
G=8.74%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128186000.860.530.50337.0975.3428.63
Hex80123C05635321514b1d
Octal20022740126656252111335
Binary100000001001011110001010110110101110010101010001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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