Html Css Color HEX #801345 Pompadour

📋 copy color: '#801345'

red 128 ◦ green 19 ◦ blue 69

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

Shades of Pompadour #801345

Tints of Pompadour #801345

RGB

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

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

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

R = 59.26%
G = 8.8%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#801345 (or 0x801345) is known color: Pompadour. HEX triplet: 80, 13 and 45. RGB value is (128,19,69). Sum of RGB (Red+Green+Blue) = 128+19+69=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #801345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801345 is #7FECBA. Grayscale: #393939. Windows color (decimal): -8383675 or 4526976. OLE color: 4526976.

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

Color convert

RGB 128 19 69 -
CMYK 0 0.85 0.46 0.50
HSL 332.48º 0.74% 0.29% -
HSV(B) 332.48º 0.85% 0.5% -
XYZ 10.21 5.48 6.15 -
YUV 57.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 128 19 69 0 0.85 0.46 0.50 332.48 0.74 0.29
Hex 80 13 45 0 55 2E 32 14C 4A 1D
Octal 200 23 105 0 125 56 62 514 112 35
Binary 10000000 10011 1000101 0 1010101 101110 110010 101001100 1001010 11101

Color Harmonies of #801345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801345

Black with #801345

Text Example


Text Example

White with #801345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801345; }

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

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

background-color css

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

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

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

border-color css

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

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

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