Html Css Color HEX #801441 Pompadour

📋 copy color: '#801441'

red 128 ◦ green 20 ◦ blue 65

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

Shades of Pompadour #801441

Tints of Pompadour #801441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.39%

 BLUE value IS 65 (25.78% from 255) = 30.52%

R = 60.09%
G = 9.39%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#801441 (or 0x801441) is known color: Pompadour. HEX triplet: 80, 14 and 41. RGB value is (128,20,65). Sum of RGB (Red+Green+Blue) = 128+20+65=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #801441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801441 is #7FEBBE. Grayscale: #393939. Windows color (decimal): -8383423 or 4265088. OLE color: 4265088.

HSL color Cylindrical-coordinate representation of color #801441: hue angle of 335º degrees, saturation: 0.73, 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 #801441 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 65 -
CMYK 0 0.84 0.49 0.50
HSL 335º 0.73% 0.29% -
HSV(B) 335º 0.84% 0.5% -
XYZ 10.11 5.47 5.52 -
YUV 57.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 128 20 65 0 0.84 0.49 0.50 335 0.73 0.29
Hex 80 14 41 0 54 31 32 14F 49 1D
Octal 200 24 101 0 124 61 62 517 111 35
Binary 10000000 10100 1000001 0 1010100 110001 110010 101001111 1001001 11101

Color Harmonies of #801441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801441

Black with #801441

Text Example


Text Example

White with #801441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801441; }

 p { color: rgb(128,20,65); }

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

background-color css

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

 a { background-color: rgb(128,20,65); }

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

border-color css

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

 span { border-color: rgb(128,20,65); }

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