Html Css Color HEX #830916 Burgundy

📋 copy color: '#830916'

red 131 ◦ green 9 ◦ blue 22

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

Shades of Burgundy #830916

Tints of Burgundy #830916

RGB

 RED value IS 131 (51.56% from 255) = 80.86%

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

 BLUE value IS 22 (8.98% from 255) = 13.58%

R = 80.86%
G = 5.56%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#830916 (or 0x830916) is known color: Burgundy. HEX triplet: 83, 09 and 16. RGB value is (131,9,22). Sum of RGB (Red+Green+Blue) = 131+9+22=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #830916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830916 is #7CF6E9. Grayscale: #2F2F2F. Windows color (decimal): -8189674 or 1444227. OLE color: 1444227.

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

Color convert

RGB 131 9 22 -
CMYK 0 0.93 0.83 0.49
HSL 353.61º 0.87% 0.27% -
HSV(B) 353.61º 0.93% 0.51% -
XYZ 9.6 5.08 1.23 -
YUV 46.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 131 9 22 0 0.93 0.83 0.49 353.61 0.87 0.27
Hex 83 9 16 0 5D 53 31 162 57 1B
Octal 203 11 26 0 135 123 61 542 127 33
Binary 10000011 1001 10110 0 1011101 1010011 110001 101100010 1010111 11011

Color Harmonies of #830916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830916

Black with #830916

Text Example


Text Example

White with #830916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830916; }

 p { color: rgb(131,9,22); }

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

background-color css

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

 a { background-color: rgb(131,9,22); }

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

border-color css

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

 span { border-color: rgb(131,9,22); }

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