Html Css Color HEX #830012 Burgundy

📋 copy color: '#830012'

red 131 ◦ green 0 ◦ blue 18

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

Shades of Burgundy #830012

Tints of Burgundy #830012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.92%
G = 0%
B = 12.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#830012 (or 0x830012) is known color: Burgundy. HEX triplet: 83, 00 and 12. RGB value is (131,0,18). Sum of RGB (Red+Green+Blue) = 131+0+18=149 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.92% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 131 - color contains mainly: red. Hex color #830012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830012 is #7CFFED. Grayscale: #292929. Windows color (decimal): -8191982 or 1179779. OLE color: 1179779.

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

Color convert

RGB 131 0 18 -
CMYK 0 1 0.86 0.49
HSL 351.76º 1% 0.26% -
HSV(B) 351.76º 1% 0.51% -
XYZ 9.47 4.87 1.01 -
YUV 41.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 131 0 18 0 1 0.86 0.49 351.76 1 0.26
Hex 83 0 12 0 64 56 31 160 64 1A
Octal 203 0 22 0 144 126 61 540 144 32
Binary 10000011 0 10010 0 1100100 1010110 110001 101100000 1100100 11010

Color Harmonies of #830012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830012

Black with #830012

Text Example


Text Example

White with #830012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830012; }

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

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

background-color css

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

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

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

border-color css

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

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

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