Html Css Color HEX #801540 Pompadour

📋 copy color: '#801540'

red 128 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #801540

Tints of Pompadour #801540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 60.09%
G = 9.86%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#801540 (or 0x801540) is known color: Pompadour. HEX triplet: 80, 15 and 40. RGB value is (128,21,64). Sum of RGB (Red+Green+Blue) = 128+21+64=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #801540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801540 is #7FEABF. Grayscale: #393939. Windows color (decimal): -8383168 or 4199808. OLE color: 4199808.

HSL color Cylindrical-coordinate representation of color #801540: hue angle of 335.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801540 is Cyan = 0, Magento = 0.84, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 64 -
CMYK 0 0.84 0.5 0.50
HSL 335.89º 0.72% 0.29% -
HSV(B) 335.89º 0.84% 0.5% -
XYZ 10.1 5.5 5.38 -
YUV 57.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 128 21 64 0 0.84 0.5 0.50 335.89 0.72 0.29
Hex 80 15 40 0 54 32 32 150 48 1D
Octal 200 25 100 0 124 62 62 520 110 35
Binary 10000000 10101 1000000 0 1010100 110010 110010 101010000 1001000 11101

Color Harmonies of #801540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801540

Black with #801540

Text Example


Text Example

White with #801540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801540; }

 p { color: rgb(128,21,64); }

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

background-color css

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

 a { background-color: rgb(128,21,64); }

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

border-color css

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

 span { border-color: rgb(128,21,64); }

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