Html Css Color HEX #80113D Pompadour

📋 copy color: '#80113D'

red 128 ◦ green 17 ◦ blue 61

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

Shades of Pompadour #80113D

Tints of Pompadour #80113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 62.14%
G = 8.25%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80113D (or 0x80113D) is known color: Pompadour. HEX triplet: 80, 11 and 3D. RGB value is (128,17,61). Sum of RGB (Red+Green+Blue) = 128+17+61=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #80113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80113D is #7FEEC2. Grayscale: #373737. Windows color (decimal): -8384195 or 4002176. OLE color: 4002176.

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

Color convert

RGB 128 17 61 -
CMYK 0 0.87 0.52 0.50
HSL 336.22º 0.77% 0.28% -
HSV(B) 336.22º 0.87% 0.5% -
XYZ 9.94 5.33 4.92 -
YUV 55.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 128 17 61 0 0.87 0.52 0.50 336.22 0.77 0.28
Hex 80 11 3D 0 57 34 32 150 4D 1C
Octal 200 21 75 0 127 64 62 520 115 34
Binary 10000000 10001 111101 0 1010111 110100 110010 101010000 1001101 11100

Color Harmonies of #80113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80113D

Black with #80113D

Text Example


Text Example

White with #80113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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