Html Css Color HEX #80153F Pompadour

📋 copy color: '#80153F'

red 128 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #80153F

Tints of Pompadour #80153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

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

R = 60.38%
G = 9.91%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80153F (or 0x80153F) is known color: Pompadour. HEX triplet: 80, 15 and 3F. RGB value is (128,21,63). Sum of RGB (Red+Green+Blue) = 128+21+63=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80153F is #7FEAC0. Grayscale: #393939. Windows color (decimal): -8383169 or 4134272. OLE color: 4134272.

HSL color Cylindrical-coordinate representation of color #80153F: hue angle of 336.45º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80153F is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 63 -
CMYK 0 0.84 0.51 0.50
HSL 336.45º 0.72% 0.29% -
HSV(B) 336.45º 0.84% 0.5% -
XYZ 10.07 5.48 5.23 -
YUV 57.78 130.95 178.08 -
System Red Green Blue C M Y K H S L
Decimal 128 21 63 0 0.84 0.51 0.50 336.45 0.72 0.29
Hex 80 15 3F 0 54 33 32 150 48 1D
Octal 200 25 77 0 124 63 62 520 110 35
Binary 10000000 10101 111111 0 1010100 110011 110010 101010000 1001000 11101

Color Harmonies of #80153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80153F

Black with #80153F

Text Example


Text Example

White with #80153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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