Html Css Color HEX #820115 Burgundy

📋 copy color: '#820115'

red 130 ◦ green 1 ◦ blue 21

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

Shades of Burgundy #820115

Tints of Burgundy #820115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 85.53%
G = 0.66%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#820115 (or 0x820115) is known color: Burgundy. HEX triplet: 82, 01 and 15. RGB value is (130,1,21). Sum of RGB (Red+Green+Blue) = 130+1+21=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #820115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820115 is #7DFEEA. Grayscale: #292929. Windows color (decimal): -8257259 or 1376642. OLE color: 1376642.

HSL color Cylindrical-coordinate representation of color #820115: hue angle of 350.7º 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 #820115 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 1 21 -
CMYK 0 0.99 0.84 0.49
HSL 350.7º 0.98% 0.26% -
HSV(B) 350.7º 0.99% 0.51% -
XYZ 9.35 4.82 1.15 -
YUV 41.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 130 1 21 0 0.99 0.84 0.49 350.7 0.98 0.26
Hex 82 1 15 0 63 54 31 15F 62 1A
Octal 202 1 25 0 143 124 61 537 142 32
Binary 10000010 1 10101 0 1100011 1010100 110001 101011111 1100010 11010

Color Harmonies of #820115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820115

Black with #820115

Text Example


Text Example

White with #820115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820115; }

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

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

background-color css

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

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

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

border-color css

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

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

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