Html Css Color HEX #801242 Pompadour

📋 copy color: '#801242'

red 128 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #801242

Tints of Pompadour #801242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 60.38%
G = 8.49%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#801242 (or 0x801242) is known color: Pompadour. HEX triplet: 80, 12 and 42. RGB value is (128,18,66). Sum of RGB (Red+Green+Blue) = 128+18+66=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #801242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801242 is #7FEDBD. Grayscale: #383838. Windows color (decimal): -8383934 or 4330112. OLE color: 4330112.

HSL color Cylindrical-coordinate representation of color #801242: hue angle of 333.82º 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 #801242 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 66 -
CMYK 0 0.86 0.48 0.50
HSL 333.82º 0.75% 0.29% -
HSV(B) 333.82º 0.86% 0.5% -
XYZ 10.1 5.42 5.67 -
YUV 56.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 128 18 66 0 0.86 0.48 0.50 333.82 0.75 0.29
Hex 80 12 42 0 56 30 32 14E 4B 1D
Octal 200 22 102 0 126 60 62 516 113 35
Binary 10000000 10010 1000010 0 1010110 110000 110010 101001110 1001011 11101

Color Harmonies of #801242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801242

Black with #801242

Text Example


Text Example

White with #801242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801242; }

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

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

background-color css

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

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

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

border-color css

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

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

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