Html Css Color HEX #830113 Burgundy

📋 copy color: '#830113'

red 131 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #830113

Tints of Burgundy #830113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 86.75%
G = 0.66%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#830113 (or 0x830113) is known color: Burgundy. HEX triplet: 83, 01 and 13. RGB value is (131,1,19). Sum of RGB (Red+Green+Blue) = 131+1+19=151 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.75% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 131 - color contains mainly: red. Hex color #830113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830113 is #7CFEEC. Grayscale: #292929. Windows color (decimal): -8191725 or 1245571. OLE color: 1245571.

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

Color convert

RGB 131 1 19 -
CMYK 0 0.99 0.85 0.49
HSL 351.69º 0.98% 0.26% -
HSV(B) 351.69º 0.99% 0.51% -
XYZ 9.49 4.89 1.06 -
YUV 41.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 131 1 19 0 0.99 0.85 0.49 351.69 0.98 0.26
Hex 83 1 13 0 63 55 31 160 62 1A
Octal 203 1 23 0 143 125 61 540 142 32
Binary 10000011 1 10011 0 1100011 1010101 110001 101100000 1100010 11010

Color Harmonies of #830113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830113

Black with #830113

Text Example


Text Example

White with #830113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830113; }

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

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

background-color css

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

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

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

border-color css

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

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

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