Html Css Color HEX #830516 Burgundy

📋 copy color: '#830516'

red 131 ◦ green 5 ◦ blue 22

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

Shades of Burgundy #830516

Tints of Burgundy #830516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

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

R = 82.91%
G = 3.16%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#830516 (or 0x830516) is known color: Burgundy. HEX triplet: 83, 05 and 16. RGB value is (131,5,22). Sum of RGB (Red+Green+Blue) = 131+5+22=158 (20% of max value = 765). Red value is 131 (51.56% from 255 or 82.91% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 131 - color contains mainly: red. Hex color #830516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830516 is #7CFAE9. Grayscale: #2C2C2C. Windows color (decimal): -8190698 or 1443203. OLE color: 1443203.

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

Color convert

RGB 131 5 22 -
CMYK 0 0.96 0.83 0.49
HSL 351.9º 0.93% 0.27% -
HSV(B) 351.9º 0.96% 0.51% -
XYZ 9.56 4.99 1.22 -
YUV 44.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 131 5 22 0 0.96 0.83 0.49 351.9 0.93 0.27
Hex 83 5 16 0 60 53 31 160 5D 1B
Octal 203 5 26 0 140 123 61 540 135 33
Binary 10000011 101 10110 0 1100000 1010011 110001 101100000 1011101 11011

Color Harmonies of #830516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830516

Black with #830516

Text Example


Text Example

White with #830516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830516; }

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

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

background-color css

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

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

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

border-color css

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

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

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