Html Css Color HEX #820D3C Pompadour

📋 copy color: '#820D3C'

red 130 ◦ green 13 ◦ blue 60

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

Shades of Pompadour #820D3C

Tints of Pompadour #820D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 64.04%
G = 6.4%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#820D3C (or 0x820D3C) is known color: Pompadour. HEX triplet: 82, 0D and 3C. RGB value is (130,13,60). Sum of RGB (Red+Green+Blue) = 130+13+60=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #820D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D3C is #7DF2C3. Grayscale: #353535. Windows color (decimal): -8254148 or 3935618. OLE color: 3935618.

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

Color convert

RGB 130 13 60 -
CMYK 0 0.9 0.54 0.49
HSL 335.9º 0.82% 0.28% -
HSV(B) 335.9º 0.9% 0.51% -
XYZ 10.17 5.36 4.77 -
YUV 53.34 131.76 182.68 -
System Red Green Blue C M Y K H S L
Decimal 130 13 60 0 0.9 0.54 0.49 335.9 0.82 0.28
Hex 82 D 3C 0 5A 36 31 150 52 1C
Octal 202 15 74 0 132 66 61 520 122 34
Binary 10000010 1101 111100 0 1011010 110110 110001 101010000 1010010 11100

Color Harmonies of #820D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D3C

Black with #820D3C

Text Example


Text Example

White with #820D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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