Html Css Color HEX #801445 Pompadour

📋 copy color: '#801445'

red 128 ◦ green 20 ◦ blue 69

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

Shades of Pompadour #801445

Tints of Pompadour #801445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.8%

R = 58.99%
G = 9.22%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#801445 (or 0x801445) is known color: Pompadour. HEX triplet: 80, 14 and 45. RGB value is (128,20,69). Sum of RGB (Red+Green+Blue) = 128+20+69=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #801445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801445 is #7FEBBA. Grayscale: #393939. Windows color (decimal): -8383419 or 4527232. OLE color: 4527232.

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

Color convert

RGB 128 20 69 -
CMYK 0 0.84 0.46 0.50
HSL 332.78º 0.73% 0.29% -
HSV(B) 332.78º 0.84% 0.5% -
XYZ 10.23 5.52 6.16 -
YUV 57.88 134.28 178.02 -
System Red Green Blue C M Y K H S L
Decimal 128 20 69 0 0.84 0.46 0.50 332.78 0.73 0.29
Hex 80 14 45 0 54 2E 32 14D 49 1D
Octal 200 24 105 0 124 56 62 515 111 35
Binary 10000000 10100 1000101 0 1010100 101110 110010 101001101 1001001 11101

Color Harmonies of #801445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801445

Black with #801445

Text Example


Text Example

White with #801445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801445; }

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

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

background-color css

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

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

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

border-color css

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

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

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