Html Css Color HEX #801344 Pompadour

📋 copy color: '#801344'

red 128 ◦ green 19 ◦ blue 68

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

Shades of Pompadour #801344

Tints of Pompadour #801344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 59.53%
G = 8.84%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#801344 (or 0x801344) is known color: Pompadour. HEX triplet: 80, 13 and 44. RGB value is (128,19,68). Sum of RGB (Red+Green+Blue) = 128+19+68=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #801344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801344 is #7FECBB. Grayscale: #393939. Windows color (decimal): -8383676 or 4461440. OLE color: 4461440.

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

Color convert

RGB 128 19 68 -
CMYK 0 0.85 0.47 0.50
HSL 333.03º 0.74% 0.29% -
HSV(B) 333.03º 0.85% 0.5% -
XYZ 10.18 5.47 5.99 -
YUV 57.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 128 19 68 0 0.85 0.47 0.50 333.03 0.74 0.29
Hex 80 13 44 0 55 2F 32 14D 4A 1D
Octal 200 23 104 0 125 57 62 515 112 35
Binary 10000000 10011 1000100 0 1010101 101111 110010 101001101 1001010 11101

Color Harmonies of #801344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801344

Black with #801344

Text Example


Text Example

White with #801344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801344; }

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

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

background-color css

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

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

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

border-color css

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

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

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