Html Css Color HEX #801042 Pompadour

📋 copy color: '#801042'

red 128 ◦ green 16 ◦ blue 66

#801042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #801042

Tints of Pompadour #801042

RGB

 RED value IS 128 (50.39% from 255) = 60.95%

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 60.95%
G = 7.62%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#801042 (or 0x801042) is known color: Pompadour. HEX triplet: 80, 10 and 42. RGB value is (128,16,66). Sum of RGB (Red+Green+Blue) = 128+16+66=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #801042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801042 is #7FEFBD. Grayscale: #373737. Windows color (decimal): -8384446 or 4329600. OLE color: 4329600.

HSL color Cylindrical-coordinate representation of color #801042: hue angle of 333.21º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801042 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 66 -
CMYK 0 0.88 0.48 0.50
HSL 333.21º 0.78% 0.28% -
HSV(B) 333.21º 0.88% 0.5% -
XYZ 10.07 5.35 5.66 -
YUV 55.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 128 16 66 0 0.88 0.48 0.50 333.21 0.78 0.28
Hex 80 10 42 0 58 30 32 14D 4E 1C
Octal 200 20 102 0 130 60 62 515 116 34
Binary 10000000 10000 1000010 0 1011000 110000 110010 101001101 1001110 11100

Color Harmonies of #801042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801042

Black with #801042

Text Example


Text Example

White with #801042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801042; }

 p { color: rgb(128,16,66); }

 H1.HeaderClassName
 {
   color: #801042;
 }
 .AnyTagClassName
 {
   color: #801042;
 }
</style>

background-color css

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

 a { background-color: rgb(128,16,66); }

 div.DivClassName
 {
   background-color: #801042;
 }
 .BgClassName
 {
   background-color: #801042;
 }
</style>

border-color css

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

 span { border-color: rgb(128,16,66); }

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