Html Css Color HEX #801341 Pompadour

📋 copy color: '#801341'

red 128 ◦ green 19 ◦ blue 65

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

Shades of Pompadour #801341

Tints of Pompadour #801341

RGB

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

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

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

R = 60.38%
G = 8.96%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#801341 (or 0x801341) is known color: Pompadour. HEX triplet: 80, 13 and 41. RGB value is (128,19,65). Sum of RGB (Red+Green+Blue) = 128+19+65=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #801341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801341 is #7FECBE. Grayscale: #383838. Windows color (decimal): -8383679 or 4264832. OLE color: 4264832.

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

Color convert

RGB 128 19 65 -
CMYK 0 0.85 0.49 0.50
HSL 334.68º 0.74% 0.29% -
HSV(B) 334.68º 0.85% 0.5% -
XYZ 10.09 5.44 5.52 -
YUV 56.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 128 19 65 0 0.85 0.49 0.50 334.68 0.74 0.29
Hex 80 13 41 0 55 31 32 14F 4A 1D
Octal 200 23 101 0 125 61 62 517 112 35
Binary 10000000 10011 1000001 0 1010101 110001 110010 101001111 1001010 11101

Color Harmonies of #801341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801341

Black with #801341

Text Example


Text Example

White with #801341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801341; }

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

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

background-color css

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

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

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

border-color css

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

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

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