Html Css Color HEX #820915 Burgundy

📋 copy color: '#820915'

red 130 ◦ green 9 ◦ blue 21

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

Shades of Burgundy #820915

Tints of Burgundy #820915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

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

R = 81.25%
G = 5.63%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#820915 (or 0x820915) is known color: Burgundy. HEX triplet: 82, 09 and 15. RGB value is (130,9,21). Sum of RGB (Red+Green+Blue) = 130+9+21=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #820915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820915 is #7DF6EA. Grayscale: #2E2E2E. Windows color (decimal): -8255211 or 1378690. OLE color: 1378690.

HSL color Cylindrical-coordinate representation of color #820915: hue angle of 354.05º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820915 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 9 21 -
CMYK 0 0.93 0.84 0.49
HSL 354.05º 0.87% 0.27% -
HSV(B) 354.05º 0.93% 0.51% -
XYZ 9.44 5 1.18 -
YUV 46.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 130 9 21 0 0.93 0.84 0.49 354.05 0.87 0.27
Hex 82 9 15 0 5D 54 31 162 57 1B
Octal 202 11 25 0 135 124 61 542 127 33
Binary 10000010 1001 10101 0 1011101 1010100 110001 101100010 1010111 11011

Color Harmonies of #820915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820915

Black with #820915

Text Example


Text Example

White with #820915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820915; }

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

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

background-color css

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

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

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

border-color css

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

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

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