Html Css Color HEX #830013 Burgundy

📋 copy color: '#830013'

red 131 ◦ green 0 ◦ blue 19

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

Shades of Burgundy #830013

Tints of Burgundy #830013

RGB

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

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

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

R = 87.33%
G = 0%
B = 12.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#830013 (or 0x830013) is known color: Burgundy. HEX triplet: 83, 00 and 13. RGB value is (131,0,19). Sum of RGB (Red+Green+Blue) = 131+0+19=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #830013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830013 is #7CFFEC. Grayscale: #292929. Windows color (decimal): -8191981 or 1245315. OLE color: 1245315.

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

Color convert

RGB 131 0 19 -
CMYK 0 1 0.85 0.49
HSL 351.3º 1% 0.26% -
HSV(B) 351.3º 1% 0.51% -
XYZ 9.48 4.87 1.06 -
YUV 41.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 131 0 19 0 1 0.85 0.49 351.3 1 0.26
Hex 83 0 13 0 64 55 31 15F 64 1A
Octal 203 0 23 0 144 125 61 537 144 32
Binary 10000011 0 10011 0 1100100 1010101 110001 101011111 1100100 11010

Color Harmonies of #830013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830013

Black with #830013

Text Example


Text Example

White with #830013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830013; }

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

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

background-color css

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

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

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

border-color css

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

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

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