Html Css Color HEX #80124F Pompadour

📋 copy color: '#80124F'

red 128 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #80124F

Tints of Pompadour #80124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 56.89%
G = 8%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80124F (or 0x80124F) is known color: Pompadour. HEX triplet: 80, 12 and 4F. RGB value is (128,18,79). Sum of RGB (Red+Green+Blue) = 128+18+79=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80124F is #7FEDB0. Grayscale: #393939. Windows color (decimal): -8383921 or 5182080. OLE color: 5182080.

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

Color convert

RGB 128 18 79 -
CMYK 0 0.86 0.38 0.50
HSL 326.73º 0.75% 0.29% -
HSV(B) 326.73º 0.86% 0.5% -
XYZ 10.53 5.59 7.92 -
YUV 57.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 128 18 79 0 0.86 0.38 0.50 326.73 0.75 0.29
Hex 80 12 4F 0 56 26 32 147 4B 1D
Octal 200 22 117 0 126 46 62 507 113 35
Binary 10000000 10010 1001111 0 1010110 100110 110010 101000111 1001011 11101

Color Harmonies of #80124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80124F

Black with #80124F

Text Example


Text Example

White with #80124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,18,79); }

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

background-color css

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

 a { background-color: rgb(128,18,79); }

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

border-color css

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

 span { border-color: rgb(128,18,79); }

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