Html Css Color HEX #80174C Pompadour

📋 copy color: '#80174C'

red 128 ◦ green 23 ◦ blue 76

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

Shades of Pompadour #80174C

Tints of Pompadour #80174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 56.39%
G = 10.13%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80174C (or 0x80174C) is known color: Pompadour. HEX triplet: 80, 17 and 4C. RGB value is (128,23,76). Sum of RGB (Red+Green+Blue) = 128+23+76=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80174C is #7FE8B3. Grayscale: #3C3C3C. Windows color (decimal): -8382644 or 4986752. OLE color: 4986752.

HSL color Cylindrical-coordinate representation of color #80174C: hue angle of 329.71º 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 #80174C is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 76 -
CMYK 0 0.82 0.41 0.50
HSL 329.71º 0.7% 0.3% -
HSV(B) 329.71º 0.82% 0.5% -
XYZ 10.51 5.72 7.39 -
YUV 60.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 128 23 76 0 0.82 0.41 0.50 329.71 0.7 0.3
Hex 80 17 4C 0 52 29 32 14A 46 1E
Octal 200 27 114 0 122 51 62 512 106 36
Binary 10000000 10111 1001100 0 1010010 101001 110010 101001010 1000110 11110

Color Harmonies of #80174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80174C

Black with #80174C

Text Example


Text Example

White with #80174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80174C; }

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

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

background-color css

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

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

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

border-color css

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

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

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