Html Css Color HEX #801255 Pompadour

📋 copy color: '#801255'

red 128 ◦ green 18 ◦ blue 85

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

Shades of Pompadour #801255

Tints of Pompadour #801255

RGB

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

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

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

R = 55.41%
G = 7.79%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#801255 (or 0x801255) is known color: Pompadour. HEX triplet: 80, 12 and 55. RGB value is (128,18,85). Sum of RGB (Red+Green+Blue) = 128+18+85=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #801255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801255 is #7FEDAA. Grayscale: #3A3A3A. Windows color (decimal): -8383915 or 5575296. OLE color: 5575296.

HSL color Cylindrical-coordinate representation of color #801255: hue angle of 323.45º 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 #801255 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 85 -
CMYK 0 0.86 0.34 0.50
HSL 323.45º 0.75% 0.29% -
HSV(B) 323.45º 0.86% 0.5% -
XYZ 10.76 5.68 9.12 -
YUV 58.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 128 18 85 0 0.86 0.34 0.50 323.45 0.75 0.29
Hex 80 12 55 0 56 22 32 143 4B 1D
Octal 200 22 125 0 126 42 62 503 113 35
Binary 10000000 10010 1010101 0 1010110 100010 110010 101000011 1001011 11101

Color Harmonies of #801255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801255

Black with #801255

Text Example


Text Example

White with #801255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801255; }

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

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

background-color css

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

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

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

border-color css

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

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

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