Html Css Color HEX #800D4C Pompadour

📋 copy color: '#800D4C'

red 128 ◦ green 13 ◦ blue 76

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

Shades of Pompadour #800D4C

Tints of Pompadour #800D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.99%

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 58.99%
G = 5.99%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#800D4C (or 0x800D4C) is known color: Pompadour. HEX triplet: 80, 0D and 4C. RGB value is (128,13,76). Sum of RGB (Red+Green+Blue) = 128+13+76=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #800D4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D4C is #7FF2B3. Grayscale: #363636. Windows color (decimal): -8385204 or 4984192. OLE color: 4984192.

HSL color Cylindrical-coordinate representation of color #800D4C: hue angle of 327.13º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D4C is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 13 76 -
CMYK 0 0.90 0.41 0.50
HSL 327.13º 0.82% 0.28% -
HSV(B) 327.13º 0.9% 0.5% -
XYZ 10.35 5.4 7.33 -
YUV 54.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 128 13 76 0 0.90 0.41 0.50 327.13 0.82 0.28
Hex 80 D 4C 0 5A 29 32 147 52 1C
Octal 200 15 114 0 132 51 62 507 122 34
Binary 10000000 1101 1001100 0 1011010 101001 110010 101000111 1010010 11100

Color Harmonies of #800D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800D4C

Black with #800D4C

Text Example


Text Example

White with #800D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800D4C; }

 p { color: rgb(128,13,76); }

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

background-color css

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

 a { background-color: rgb(128,13,76); }

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

border-color css

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

 span { border-color: rgb(128,13,76); }

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