Html Css Color HEX #80134F Pompadour

📋 copy color: '#80134F'

red 128 ◦ green 19 ◦ blue 79

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

Shades of Pompadour #80134F

Tints of Pompadour #80134F

RGB

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

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

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

R = 56.64%
G = 8.41%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80134F (or 0x80134F) is known color: Pompadour. HEX triplet: 80, 13 and 4F. RGB value is (128,19,79). Sum of RGB (Red+Green+Blue) = 128+19+79=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80134F is #7FECB0. Grayscale: #3A3A3A. Windows color (decimal): -8383665 or 5182336. OLE color: 5182336.

HSL color Cylindrical-coordinate representation of color #80134F: hue angle of 326.97º 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 #80134F is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 79 -
CMYK 0 0.85 0.38 0.50
HSL 326.97º 0.74% 0.29% -
HSV(B) 326.97º 0.85% 0.5% -
XYZ 10.55 5.62 7.93 -
YUV 58.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 128 19 79 0 0.85 0.38 0.50 326.97 0.74 0.29
Hex 80 13 4F 0 55 26 32 147 4A 1D
Octal 200 23 117 0 125 46 62 507 112 35
Binary 10000000 10011 1001111 0 1010101 100110 110010 101000111 1001010 11101

Color Harmonies of #80134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80134F

Black with #80134F

Text Example


Text Example

White with #80134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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