Html Css Color HEX #80104F Pompadour

📋 copy color: '#80104F'

red 128 ◦ green 16 ◦ blue 79

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

Shades of Pompadour #80104F

Tints of Pompadour #80104F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

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

R = 57.4%
G = 7.17%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80104F (or 0x80104F) is known color: Pompadour. HEX triplet: 80, 10 and 4F. RGB value is (128,16,79). Sum of RGB (Red+Green+Blue) = 128+16+79=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80104F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80104F is #7FEFB0. Grayscale: #383838. Windows color (decimal): -8384433 or 5181568. OLE color: 5181568.

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

Color convert

RGB 128 16 79 -
CMYK 0 0.88 0.38 0.50
HSL 326.25º 0.78% 0.28% -
HSV(B) 326.25º 0.88% 0.5% -
XYZ 10.5 5.52 7.91 -
YUV 56.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 128 16 79 0 0.88 0.38 0.50 326.25 0.78 0.28
Hex 80 10 4F 0 58 26 32 146 4E 1C
Octal 200 20 117 0 130 46 62 506 116 34
Binary 10000000 10000 1001111 0 1011000 100110 110010 101000110 1001110 11100

Color Harmonies of #80104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80104F

Black with #80104F

Text Example


Text Example

White with #80104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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