Html Css Color HEX #801357 Pompadour

📋 copy color: '#801357'

red 128 ◦ green 19 ◦ blue 87

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

Shades of Pompadour #801357

Tints of Pompadour #801357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.18%

R = 54.7%
G = 8.12%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#801357 (or 0x801357) is known color: Pompadour. HEX triplet: 80, 13 and 57. RGB value is (128,19,87). Sum of RGB (Red+Green+Blue) = 128+19+87=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #801357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801357 is #7FECA8. Grayscale: #3B3B3B. Windows color (decimal): -8383657 or 5706624. OLE color: 5706624.

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

Color convert

RGB 128 19 87 -
CMYK 0 0.85 0.32 0.50
HSL 322.57º 0.74% 0.29% -
HSV(B) 322.57º 0.85% 0.5% -
XYZ 10.86 5.74 9.55 -
YUV 59.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 128 19 87 0 0.85 0.32 0.50 322.57 0.74 0.29
Hex 80 13 57 0 55 20 32 143 4A 1D
Octal 200 23 127 0 125 40 62 503 112 35
Binary 10000000 10011 1010111 0 1010101 100000 110010 101000011 1001010 11101

Color Harmonies of #801357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801357

Black with #801357

Text Example


Text Example

White with #801357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801357; }

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

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

background-color css

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

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

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

border-color css

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

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

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