Html Css Color HEX #830112 Burgundy

📋 copy color: '#830112'

red 131 ◦ green 1 ◦ blue 18

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

Shades of Burgundy #830112

Tints of Burgundy #830112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12%

R = 87.33%
G = 0.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#830112 (or 0x830112) is known color: Burgundy. HEX triplet: 83, 01 and 12. RGB value is (131,1,18). Sum of RGB (Red+Green+Blue) = 131+1+18=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #830112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830112 is #7CFEED. Grayscale: #292929. Windows color (decimal): -8191726 or 1180035. OLE color: 1180035.

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

Color convert

RGB 131 1 18 -
CMYK 0 0.99 0.86 0.49
HSL 352.15º 0.98% 0.26% -
HSV(B) 352.15º 0.99% 0.51% -
XYZ 9.48 4.89 1.02 -
YUV 41.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 131 1 18 0 0.99 0.86 0.49 352.15 0.98 0.26
Hex 83 1 12 0 63 56 31 160 62 1A
Octal 203 1 22 0 143 126 61 540 142 32
Binary 10000011 1 10010 0 1100011 1010110 110001 101100000 1100010 11010

Color Harmonies of #830112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830112

Black with #830112

Text Example


Text Example

White with #830112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830112; }

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

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

background-color css

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

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

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

border-color css

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

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

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