Html Css Color HEX #820D4E Pompadour

📋 copy color: '#820D4E'

red 130 ◦ green 13 ◦ blue 78

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

Shades of Pompadour #820D4E

Tints of Pompadour #820D4E

RGB

 RED value IS 130 (51.17% from 255) = 58.82%

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

 BLUE value IS 78 (30.86% from 255) = 35.29%

R = 58.82%
G = 5.88%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#820D4E (or 0x820D4E) is known color: Pompadour. HEX triplet: 82, 0D and 4E. RGB value is (130,13,78). Sum of RGB (Red+Green+Blue) = 130+13+78=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #820D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D4E is #7DF2B1. Grayscale: #373737. Windows color (decimal): -8254130 or 5115266. OLE color: 5115266.

HSL color Cylindrical-coordinate representation of color #820D4E: hue angle of 326.67º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D4E is Cyan = 0, Magento = 0.9, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 13 78 -
CMYK 0 0.9 0.40 0.49
HSL 326.67º 0.82% 0.28% -
HSV(B) 326.67º 0.9% 0.51% -
XYZ 10.72 5.58 7.72 -
YUV 55.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 130 13 78 0 0.9 0.40 0.49 326.67 0.82 0.28
Hex 82 D 4E 0 5A 28 31 147 52 1C
Octal 202 15 116 0 132 50 61 507 122 34
Binary 10000010 1101 1001110 0 1011010 101000 110001 101000111 1010010 11100

Color Harmonies of #820D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D4E

Black with #820D4E

Text Example


Text Example

White with #820D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820D4E; }

 p { color: rgb(130,13,78); }

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

background-color css

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

 a { background-color: rgb(130,13,78); }

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

border-color css

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

 span { border-color: rgb(130,13,78); }

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