Html Css Color HEX #80113F Pompadour

📋 copy color: '#80113F'

red 128 ◦ green 17 ◦ blue 63

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

Shades of Pompadour #80113F

Tints of Pompadour #80113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.17%

 BLUE value IS 63 (25% from 255) = 30.29%

R = 61.54%
G = 8.17%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80113F (or 0x80113F) is known color: Pompadour. HEX triplet: 80, 11 and 3F. RGB value is (128,17,63). Sum of RGB (Red+Green+Blue) = 128+17+63=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80113F is #7FEEC0. Grayscale: #373737. Windows color (decimal): -8384193 or 4133248. OLE color: 4133248.

HSL color Cylindrical-coordinate representation of color #80113F: hue angle of 335.14º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80113F is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 63 -
CMYK 0 0.87 0.51 0.50
HSL 335.14º 0.77% 0.28% -
HSV(B) 335.14º 0.87% 0.5% -
XYZ 10 5.35 5.21 -
YUV 55.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 128 17 63 0 0.87 0.51 0.50 335.14 0.77 0.28
Hex 80 11 3F 0 57 33 32 14F 4D 1C
Octal 200 21 77 0 127 63 62 517 115 34
Binary 10000000 10001 111111 0 1010111 110011 110010 101001111 1001101 11100

Color Harmonies of #80113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80113F

Black with #80113F

Text Example


Text Example

White with #80113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80113F; }

 p { color: rgb(128,17,63); }

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

background-color css

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

 a { background-color: rgb(128,17,63); }

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

border-color css

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

 span { border-color: rgb(128,17,63); }

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