Html Css Color HEX #820D50 Pompadour

📋 copy color: '#820D50'

red 130 ◦ green 13 ◦ blue 80

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

Shades of Pompadour #820D50

Tints of Pompadour #820D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 58.3%
G = 5.83%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#820D50 (or 0x820D50) is known color: Pompadour. HEX triplet: 82, 0D and 50. RGB value is (130,13,80). Sum of RGB (Red+Green+Blue) = 130+13+80=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #820D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D50 is #7DF2AF. Grayscale: #373737. Windows color (decimal): -8254128 or 5246338. OLE color: 5246338.

HSL color Cylindrical-coordinate representation of color #820D50: hue angle of 325.64º 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 #820D50 is Cyan = 0, Magento = 0.9, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 13 80 -
CMYK 0 0.9 0.38 0.49
HSL 325.64º 0.82% 0.28% -
HSV(B) 325.64º 0.9% 0.51% -
XYZ 10.8 5.61 8.1 -
YUV 55.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 130 13 80 0 0.9 0.38 0.49 325.64 0.82 0.28
Hex 82 D 50 0 5A 26 31 146 52 1C
Octal 202 15 120 0 132 46 61 506 122 34
Binary 10000010 1101 1010000 0 1011010 100110 110001 101000110 1010010 11100

Color Harmonies of #820D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D50

Black with #820D50

Text Example


Text Example

White with #820D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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