Html Css Color HEX #801353 Pompadour

📋 copy color: '#801353'

red 128 ◦ green 19 ◦ blue 83

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

Shades of Pompadour #801353

Tints of Pompadour #801353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 55.65%
G = 8.26%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#801353 (or 0x801353) is known color: Pompadour. HEX triplet: 80, 13 and 53. RGB value is (128,19,83). Sum of RGB (Red+Green+Blue) = 128+19+83=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #801353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801353 is #7FECAC. Grayscale: #3A3A3A. Windows color (decimal): -8383661 or 5444480. OLE color: 5444480.

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

Color convert

RGB 128 19 83 -
CMYK 0 0.85 0.35 0.50
HSL 324.77º 0.74% 0.29% -
HSV(B) 324.77º 0.85% 0.5% -
XYZ 10.7 5.68 8.72 -
YUV 58.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 128 19 83 0 0.85 0.35 0.50 324.77 0.74 0.29
Hex 80 13 53 0 55 23 32 145 4A 1D
Octal 200 23 123 0 125 43 62 505 112 35
Binary 10000000 10011 1010011 0 1010101 100011 110010 101000101 1001010 11101

Color Harmonies of #801353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801353

Black with #801353

Text Example


Text Example

White with #801353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801353; }

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

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

background-color css

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

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

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

border-color css

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

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

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