Html Css Color HEX #80174D Pompadour

📋 copy color: '#80174D'

red 128 ◦ green 23 ◦ blue 77

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

Shades of Pompadour #80174D

Tints of Pompadour #80174D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 56.14%
G = 10.09%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80174D (or 0x80174D) is known color: Pompadour. HEX triplet: 80, 17 and 4D. RGB value is (128,23,77). Sum of RGB (Red+Green+Blue) = 128+23+77=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80174D is #7FE8B2. Grayscale: #3C3C3C. Windows color (decimal): -8382643 or 5052288. OLE color: 5052288.

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

Color convert

RGB 128 23 77 -
CMYK 0 0.82 0.40 0.50
HSL 329.14º 0.7% 0.3% -
HSV(B) 329.14º 0.82% 0.5% -
XYZ 10.55 5.74 7.57 -
YUV 60.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 128 23 77 0 0.82 0.40 0.50 329.14 0.7 0.3
Hex 80 17 4D 0 52 28 32 149 46 1E
Octal 200 27 115 0 122 50 62 511 106 36
Binary 10000000 10111 1001101 0 1010010 101000 110010 101001001 1000110 11110

Color Harmonies of #80174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80174D

Black with #80174D

Text Example


Text Example

White with #80174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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