Html Css Color HEX #820013 Burgundy

📋 copy color: '#820013'

red 130 ◦ green 0 ◦ blue 19

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

Shades of Burgundy #820013

Tints of Burgundy #820013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 12.75%

R = 87.25%
G = 0%
B = 12.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#820013 (or 0x820013) is known color: Burgundy. HEX triplet: 82, 00 and 13. RGB value is (130,0,19). Sum of RGB (Red+Green+Blue) = 130+0+19=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #820013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820013 is #7DFFEC. Grayscale: #292929. Windows color (decimal): -8257517 or 1245314. OLE color: 1245314.

HSL color Cylindrical-coordinate representation of color #820013: hue angle of 351.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820013 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 19 -
CMYK 0 1 0.85 0.49
HSL 351.23º 1% 0.25% -
HSV(B) 351.23º 1% 0.51% -
XYZ 9.32 4.79 1.05 -
YUV 41.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 130 0 19 0 1 0.85 0.49 351.23 1 0.25
Hex 82 0 13 0 64 55 31 15F 64 19
Octal 202 0 23 0 144 125 61 537 144 31
Binary 10000010 0 10011 0 1100100 1010101 110001 101011111 1100100 11001

Color Harmonies of #820013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820013

Black with #820013

Text Example


Text Example

White with #820013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820013; }

 p { color: rgb(130,0,19); }

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

background-color css

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

 a { background-color: rgb(130,0,19); }

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

border-color css

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

 span { border-color: rgb(130,0,19); }

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