Html Css Color HEX #80113C Pompadour

📋 copy color: '#80113C'

red 128 ◦ green 17 ◦ blue 60

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

Shades of Pompadour #80113C

Tints of Pompadour #80113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.27%

R = 62.44%
G = 8.29%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80113C (or 0x80113C) is known color: Pompadour. HEX triplet: 80, 11 and 3C. RGB value is (128,17,60). Sum of RGB (Red+Green+Blue) = 128+17+60=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80113C is #7FEEC3. Grayscale: #373737. Windows color (decimal): -8384196 or 3936640. OLE color: 3936640.

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

Color convert

RGB 128 17 60 -
CMYK 0 0.87 0.53 0.50
HSL 336.76º 0.77% 0.28% -
HSV(B) 336.76º 0.87% 0.5% -
XYZ 9.92 5.32 4.78 -
YUV 55.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 128 17 60 0 0.87 0.53 0.50 336.76 0.77 0.28
Hex 80 11 3C 0 57 35 32 151 4D 1C
Octal 200 21 74 0 127 65 62 521 115 34
Binary 10000000 10001 111100 0 1010111 110101 110010 101010001 1001101 11100

Color Harmonies of #80113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80113C

Black with #80113C

Text Example


Text Example

White with #80113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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