Html Css Color HEX #801355 Pompadour

📋 copy color: '#801355'

red 128 ◦ green 19 ◦ blue 85

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

Shades of Pompadour #801355

Tints of Pompadour #801355

RGB

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

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

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

R = 55.17%
G = 8.19%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#801355 (or 0x801355) is known color: Pompadour. HEX triplet: 80, 13 and 55. RGB value is (128,19,85). Sum of RGB (Red+Green+Blue) = 128+19+85=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #801355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801355 is #7FECAA. Grayscale: #3A3A3A. Windows color (decimal): -8383659 or 5575552. OLE color: 5575552.

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

Color convert

RGB 128 19 85 -
CMYK 0 0.85 0.34 0.50
HSL 323.67º 0.74% 0.29% -
HSV(B) 323.67º 0.85% 0.5% -
XYZ 10.77 5.71 9.13 -
YUV 59.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 128 19 85 0 0.85 0.34 0.50 323.67 0.74 0.29
Hex 80 13 55 0 55 22 32 144 4A 1D
Octal 200 23 125 0 125 42 62 504 112 35
Binary 10000000 10011 1010101 0 1010101 100010 110010 101000100 1001010 11101

Color Harmonies of #801355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801355

Black with #801355

Text Example


Text Example

White with #801355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801355; }

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

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

background-color css

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

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

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

border-color css

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

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

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