Html Css Color HEX #800E4B Pompadour

📋 copy color: '#800E4B'

red 128 ◦ green 14 ◦ blue 75

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

Shades of Pompadour #800E4B

Tints of Pompadour #800E4B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.45%

 BLUE value IS 75 (29.69% from 255) = 34.56%

R = 58.99%
G = 6.45%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#800E4B (or 0x800E4B) is known color: Pompadour. HEX triplet: 80, 0E and 4B. RGB value is (128,14,75). Sum of RGB (Red+Green+Blue) = 128+14+75=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #800E4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E4B is #7FF1B4. Grayscale: #363636. Windows color (decimal): -8384949 or 4918912. OLE color: 4918912.

HSL color Cylindrical-coordinate representation of color #800E4B: hue angle of 327.89º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E4B is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 14 75 -
CMYK 0 0.89 0.41 0.50
HSL 327.89º 0.8% 0.28% -
HSV(B) 327.89º 0.89% 0.5% -
XYZ 10.33 5.41 7.16 -
YUV 55.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 128 14 75 0 0.89 0.41 0.50 327.89 0.8 0.28
Hex 80 E 4B 0 59 29 32 148 50 1C
Octal 200 16 113 0 131 51 62 510 120 34
Binary 10000000 1110 1001011 0 1011001 101001 110010 101001000 1010000 11100

Color Harmonies of #800E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800E4B

Black with #800E4B

Text Example


Text Example

White with #800E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800E4B; }

 p { color: rgb(128,14,75); }

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

background-color css

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

 a { background-color: rgb(128,14,75); }

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

border-color css

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

 span { border-color: rgb(128,14,75); }

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