Html Css Color HEX #80193F Pompadour

📋 copy color: '#80193F'

red 128 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #80193F

Tints of Pompadour #80193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.57%

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

R = 59.26%
G = 11.57%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80193F (or 0x80193F) is known color: Pompadour. HEX triplet: 80, 19 and 3F. RGB value is (128,25,63). Sum of RGB (Red+Green+Blue) = 128+25+63=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #80193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80193F is #7FE6C0. Grayscale: #3C3C3C. Windows color (decimal): -8382145 or 4135296. OLE color: 4135296.

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

Color convert

RGB 128 25 63 -
CMYK 0 0.80 0.51 0.50
HSL 337.86º 0.67% 0.3% -
HSV(B) 337.86º 0.8% 0.5% -
XYZ 10.15 5.64 5.26 -
YUV 60.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 128 25 63 0 0.80 0.51 0.50 337.86 0.67 0.3
Hex 80 19 3F 0 50 33 32 152 43 1E
Octal 200 31 77 0 120 63 62 522 103 36
Binary 10000000 11001 111111 0 1010000 110011 110010 101010010 1000011 11110

Color Harmonies of #80193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80193F

Black with #80193F

Text Example


Text Example

White with #80193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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