Html Css Color HEX #830313 Burgundy

📋 copy color: '#830313'

red 131 ◦ green 3 ◦ blue 19

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

Shades of Burgundy #830313

Tints of Burgundy #830313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

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

R = 85.62%
G = 1.96%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#830313 (or 0x830313) is known color: Burgundy. HEX triplet: 83, 03 and 13. RGB value is (131,3,19). Sum of RGB (Red+Green+Blue) = 131+3+19=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #830313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830313 is #7CFCEC. Grayscale: #2B2B2B. Windows color (decimal): -8191213 or 1246083. OLE color: 1246083.

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

Color convert

RGB 131 3 19 -
CMYK 0 0.98 0.85 0.49
HSL 352.5º 0.96% 0.26% -
HSV(B) 352.5º 0.98% 0.51% -
XYZ 9.51 4.94 1.07 -
YUV 43.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 131 3 19 0 0.98 0.85 0.49 352.5 0.96 0.26
Hex 83 3 13 0 62 55 31 160 60 1A
Octal 203 3 23 0 142 125 61 540 140 32
Binary 10000011 11 10011 0 1100010 1010101 110001 101100000 1100000 11010

Color Harmonies of #830313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830313

Black with #830313

Text Example


Text Example

White with #830313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830313; }

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

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

background-color css

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

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

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

border-color css

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

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

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