Html Css Color HEX #801155 Pompadour

📋 copy color: '#801155'

red 128 ◦ green 17 ◦ blue 85

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

Shades of Pompadour #801155

Tints of Pompadour #801155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

 BLUE value IS 85 (33.59% from 255) = 36.96%

R = 55.65%
G = 7.39%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#801155 (or 0x801155) is known color: Pompadour. HEX triplet: 80, 11 and 55. RGB value is (128,17,85). Sum of RGB (Red+Green+Blue) = 128+17+85=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #801155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801155 is #7FEEAA. Grayscale: #393939. Windows color (decimal): -8384171 or 5575040. OLE color: 5575040.

HSL color Cylindrical-coordinate representation of color #801155: hue angle of 323.24º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801155 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 85 -
CMYK 0 0.87 0.34 0.50
HSL 323.24º 0.77% 0.28% -
HSV(B) 323.24º 0.87% 0.5% -
XYZ 10.74 5.65 9.12 -
YUV 57.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 128 17 85 0 0.87 0.34 0.50 323.24 0.77 0.28
Hex 80 11 55 0 57 22 32 143 4D 1C
Octal 200 21 125 0 127 42 62 503 115 34
Binary 10000000 10001 1010101 0 1010111 100010 110010 101000011 1001101 11100

Color Harmonies of #801155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801155

Black with #801155

Text Example


Text Example

White with #801155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801155; }

 p { color: rgb(128,17,85); }

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

background-color css

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

 a { background-color: rgb(128,17,85); }

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

border-color css

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

 span { border-color: rgb(128,17,85); }

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