Html Css Color HEX #80133C Pompadour

📋 copy color: '#80133C'

red 128 ◦ green 19 ◦ blue 60

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

Shades of Pompadour #80133C

Tints of Pompadour #80133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

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

R = 61.84%
G = 9.18%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80133C (or 0x80133C) is known color: Pompadour. HEX triplet: 80, 13 and 3C. RGB value is (128,19,60). Sum of RGB (Red+Green+Blue) = 128+19+60=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80133C is #7FECC3. Grayscale: #383838. Windows color (decimal): -8383684 or 3937152. OLE color: 3937152.

HSL color Cylindrical-coordinate representation of color #80133C: hue angle of 337.43º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80133C is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 60 -
CMYK 0 0.85 0.53 0.50
HSL 337.43º 0.74% 0.29% -
HSV(B) 337.43º 0.85% 0.5% -
XYZ 9.95 5.38 4.79 -
YUV 56.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 128 19 60 0 0.85 0.53 0.50 337.43 0.74 0.29
Hex 80 13 3C 0 55 35 32 151 4A 1D
Octal 200 23 74 0 125 65 62 521 112 35
Binary 10000000 10011 111100 0 1010101 110101 110010 101010001 1001010 11101

Color Harmonies of #80133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80133C

Black with #80133C

Text Example


Text Example

White with #80133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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