Html Css Color HEX #820A3A Burgundy

📋 copy color: '#820A3A'

red 130 ◦ green 10 ◦ blue 58

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

Shades of Burgundy #820A3A

Tints of Burgundy #820A3A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.05%

 BLUE value IS 58 (23.05% from 255) = 29.29%

R = 65.66%
G = 5.05%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#820A3A (or 0x820A3A) is known color: Burgundy. HEX triplet: 82, 0A and 3A. RGB value is (130,10,58). Sum of RGB (Red+Green+Blue) = 130+10+58=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #820A3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820A3A is #7DF5C5. Grayscale: #333333. Windows color (decimal): -8254918 or 3803778. OLE color: 3803778.

HSL color Cylindrical-coordinate representation of color #820A3A: hue angle of 336º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A3A is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 10 58 -
CMYK 0 0.92 0.55 0.49
HSL 336º 0.86% 0.27% -
HSV(B) 336º 0.92% 0.51% -
XYZ 10.08 5.27 4.49 -
YUV 51.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 130 10 58 0 0.92 0.55 0.49 336 0.86 0.27
Hex 82 A 3A 0 5C 37 31 150 56 1B
Octal 202 12 72 0 134 67 61 520 126 33
Binary 10000010 1010 111010 0 1011100 110111 110001 101010000 1010110 11011

Color Harmonies of #820A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820A3A

Black with #820A3A

Text Example


Text Example

White with #820A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,10,58); }

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

background-color css

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

 a { background-color: rgb(130,10,58); }

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

border-color css

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

 span { border-color: rgb(130,10,58); }

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