Html Css Color HEX #820D41 Pompadour

📋 copy color: '#820D41'

red 130 ◦ green 13 ◦ blue 65

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

Shades of Pompadour #820D41

Tints of Pompadour #820D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 62.5%
G = 6.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#820D41 (or 0x820D41) is known color: Pompadour. HEX triplet: 82, 0D and 41. RGB value is (130,13,65). Sum of RGB (Red+Green+Blue) = 130+13+65=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #820D41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D41 is #7DF2BE. Grayscale: #353535. Windows color (decimal): -8254143 or 4263298. OLE color: 4263298.

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

Color convert

RGB 130 13 65 -
CMYK 0 0.9 0.50 0.49
HSL 333.33º 0.82% 0.28% -
HSV(B) 333.33º 0.9% 0.51% -
XYZ 10.3 5.42 5.5 -
YUV 53.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 130 13 65 0 0.9 0.50 0.49 333.33 0.82 0.28
Hex 82 D 41 0 5A 32 31 14D 52 1C
Octal 202 15 101 0 132 62 61 515 122 34
Binary 10000010 1101 1000001 0 1011010 110010 110001 101001101 1010010 11100

Color Harmonies of #820D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D41

Black with #820D41

Text Example


Text Example

White with #820D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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