Html Css Color HEX #830519 Burgundy

📋 copy color: '#830519'

red 131 ◦ green 5 ◦ blue 25

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

Shades of Burgundy #830519

Tints of Burgundy #830519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

 BLUE value IS 25 (10.16% from 255) = 15.53%

R = 81.37%
G = 3.11%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#830519 (or 0x830519) is known color: Burgundy. HEX triplet: 83, 05 and 19. RGB value is (131,5,25). Sum of RGB (Red+Green+Blue) = 131+5+25=161 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.37% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 131 - color contains mainly: red. Hex color #830519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830519 is #7CFAE6. Grayscale: #2D2D2D. Windows color (decimal): -8190695 or 1639811. OLE color: 1639811.

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

Color convert

RGB 131 5 25 -
CMYK 0 0.96 0.81 0.49
HSL 350.48º 0.93% 0.27% -
HSV(B) 350.48º 0.96% 0.51% -
XYZ 9.59 5 1.38 -
YUV 44.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 131 5 25 0 0.96 0.81 0.49 350.48 0.93 0.27
Hex 83 5 19 0 60 51 31 15E 5D 1B
Octal 203 5 31 0 140 121 61 536 135 33
Binary 10000011 101 11001 0 1100000 1010001 110001 101011110 1011101 11011

Color Harmonies of #830519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830519

Black with #830519

Text Example


Text Example

White with #830519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830519; }

 p { color: rgb(131,5,25); }

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

background-color css

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

 a { background-color: rgb(131,5,25); }

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

border-color css

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

 span { border-color: rgb(131,5,25); }

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