Html Css Color HEX #801458 Pompadour

📋 copy color: '#801458'

red 128 ◦ green 20 ◦ blue 88

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

Shades of Pompadour #801458

Tints of Pompadour #801458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.47%

 BLUE value IS 88 (34.77% from 255) = 37.29%

R = 54.24%
G = 8.47%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#801458 (or 0x801458) is known color: Pompadour. HEX triplet: 80, 14 and 58. RGB value is (128,20,88). Sum of RGB (Red+Green+Blue) = 128+20+88=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #801458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801458 is #7FEBA7. Grayscale: #3B3B3B. Windows color (decimal): -8383400 or 5772416. OLE color: 5772416.

HSL color Cylindrical-coordinate representation of color #801458: hue angle of 322.22º degrees, saturation: 0.73, 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 #801458 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 88 -
CMYK 0 0.84 0.31 0.50
HSL 322.22º 0.73% 0.29% -
HSV(B) 322.22º 0.84% 0.5% -
XYZ 10.91 5.79 9.78 -
YUV 60.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 128 20 88 0 0.84 0.31 0.50 322.22 0.73 0.29
Hex 80 14 58 0 54 1F 32 142 49 1D
Octal 200 24 130 0 124 37 62 502 111 35
Binary 10000000 10100 1011000 0 1010100 11111 110010 101000010 1001001 11101

Color Harmonies of #801458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801458

Black with #801458

Text Example


Text Example

White with #801458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801458; }

 p { color: rgb(128,20,88); }

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

background-color css

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

 a { background-color: rgb(128,20,88); }

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

border-color css

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

 span { border-color: rgb(128,20,88); }

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