Html Css Color HEX #820D46 Pompadour

📋 copy color: '#820D46'

red 130 ◦ green 13 ◦ blue 70

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

Shades of Pompadour #820D46

Tints of Pompadour #820D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 61.03%
G = 6.1%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#820D46 (or 0x820D46) is known color: Pompadour. HEX triplet: 82, 0D and 46. RGB value is (130,13,70). Sum of RGB (Red+Green+Blue) = 130+13+70=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #820D46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D46 is #7DF2B9. Grayscale: #363636. Windows color (decimal): -8254138 or 4590978. OLE color: 4590978.

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

Color convert

RGB 130 13 70 -
CMYK 0 0.9 0.46 0.49
HSL 330.77º 0.82% 0.28% -
HSV(B) 330.77º 0.9% 0.51% -
XYZ 10.46 5.48 6.3 -
YUV 54.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 130 13 70 0 0.9 0.46 0.49 330.77 0.82 0.28
Hex 82 D 46 0 5A 2E 31 14B 52 1C
Octal 202 15 106 0 132 56 61 513 122 34
Binary 10000010 1101 1000110 0 1011010 101110 110001 101001011 1010010 11100

Color Harmonies of #820D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D46

Black with #820D46

Text Example


Text Example

White with #820D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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