Html Css Color HEX #80173F Pompadour

📋 copy color: '#80173F'

red 128 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #80173F

Tints of Pompadour #80173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 59.81%
G = 10.75%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80173F (or 0x80173F) is known color: Pompadour. HEX triplet: 80, 17 and 3F. RGB value is (128,23,63). Sum of RGB (Red+Green+Blue) = 128+23+63=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #80173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80173F is #7FE8C0. Grayscale: #3A3A3A. Windows color (decimal): -8382657 or 4134784. OLE color: 4134784.

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

Color convert

RGB 128 23 63 -
CMYK 0 0.82 0.51 0.50
HSL 337.14º 0.7% 0.3% -
HSV(B) 337.14º 0.82% 0.5% -
XYZ 10.11 5.56 5.24 -
YUV 58.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 128 23 63 0 0.82 0.51 0.50 337.14 0.7 0.3
Hex 80 17 3F 0 52 33 32 151 46 1E
Octal 200 27 77 0 122 63 62 521 106 36
Binary 10000000 10111 111111 0 1010010 110011 110010 101010001 1000110 11110

Color Harmonies of #80173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80173F

Black with #80173F

Text Example


Text Example

White with #80173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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