Html Css Color HEX #830513 Burgundy

📋 copy color: '#830513'

red 131 ◦ green 5 ◦ blue 19

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

Shades of Burgundy #830513

Tints of Burgundy #830513

RGB

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

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

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

R = 84.52%
G = 3.23%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#830513 (or 0x830513) is known color: Burgundy. HEX triplet: 83, 05 and 13. RGB value is (131,5,19). Sum of RGB (Red+Green+Blue) = 131+5+19=155 (20% of max value = 765). Red value is 131 (51.56% from 255 or 84.52% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 131 - color contains mainly: red. Hex color #830513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830513 is #7CFAEC. Grayscale: #2C2C2C. Windows color (decimal): -8190701 or 1246595. OLE color: 1246595.

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

Color convert

RGB 131 5 19 -
CMYK 0 0.96 0.85 0.49
HSL 353.33º 0.93% 0.27% -
HSV(B) 353.33º 0.96% 0.51% -
XYZ 9.53 4.98 1.08 -
YUV 44.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 131 5 19 0 0.96 0.85 0.49 353.33 0.93 0.27
Hex 83 5 13 0 60 55 31 161 5D 1B
Octal 203 5 23 0 140 125 61 541 135 33
Binary 10000011 101 10011 0 1100000 1010101 110001 101100001 1011101 11011

Color Harmonies of #830513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830513

Black with #830513

Text Example


Text Example

White with #830513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830513; }

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

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

background-color css

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

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

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

border-color css

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

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

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