#80153D

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

Shades of Pompadour #80153D

Tints of Pompadour #80153D

Color information

#80153D (or 0x80153D) is unknown color: approx Pompadour. HEX triplet: 80, 15 and 3D. RGB value is (128,21,61). Sum of RGB (Red+Green+Blue) = 128+21+61=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80153D is #7FEAC2. Grayscale: #393939. Windows color (decimal): -8383171 or 4003200. OLE color: 4003200.

HSL color Cylindrical-coordinate representation of color #80153D: hue angle of 337.57º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80153D is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1282161-
CMYK00.840.520.50
HSL337.57º71.81%29.22%-
HSV(B)337.57º83.59%50.2%-
XYZ10.015.464.94-
YUV57.55129.95178.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.95%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 61 (24.22% from 255) = 29.05%
R=60.95%
G=10%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128216100.840.520.50337.5771.8129.22
Hex80153D0543432152481d
Octal20025750124646252211035
Binary100000001010111110101010100110100110010101010010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80153D; }

 p { color: rgb(128,21,61); }

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

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

 a { background-color: rgb(128,21,61); }

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

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

 span { border-color: rgb(128,21,61); }

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