Html Css Color HEX #820113 Burgundy

📋 copy color: '#820113'

red 130 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #820113

Tints of Burgundy #820113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 86.67%
G = 0.67%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#820113 (or 0x820113) is known color: Burgundy. HEX triplet: 82, 01 and 13. RGB value is (130,1,19). Sum of RGB (Red+Green+Blue) = 130+1+19=150 (19% of max value = 765). Red value is 130 (51.17% from 255 or 86.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 130 - color contains mainly: red. Hex color #820113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820113 is #7DFEEC. Grayscale: #292929. Windows color (decimal): -8257261 or 1245570. OLE color: 1245570.

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

Color convert

RGB 130 1 19 -
CMYK 0 0.99 0.85 0.49
HSL 351.63º 0.98% 0.26% -
HSV(B) 351.63º 0.99% 0.51% -
XYZ 9.33 4.81 1.05 -
YUV 41.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 130 1 19 0 0.99 0.85 0.49 351.63 0.98 0.26
Hex 82 1 13 0 63 55 31 160 62 1A
Octal 202 1 23 0 143 125 61 540 142 32
Binary 10000010 1 10011 0 1100011 1010101 110001 101100000 1100010 11010

Color Harmonies of #820113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820113

Black with #820113

Text Example


Text Example

White with #820113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820113; }

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

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

background-color css

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

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

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

border-color css

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

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

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