Html Css Color HEX #830319 Burgundy

📋 copy color: '#830319'

red 131 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #830319

Tints of Burgundy #830319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

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

R = 82.39%
G = 1.89%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#830319 (or 0x830319) is known color: Burgundy. HEX triplet: 83, 03 and 19. RGB value is (131,3,25). Sum of RGB (Red+Green+Blue) = 131+3+25=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #830319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830319 is #7CFCE6. Grayscale: #2B2B2B. Windows color (decimal): -8191207 or 1639299. OLE color: 1639299.

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

Color convert

RGB 131 3 25 -
CMYK 0 0.98 0.81 0.49
HSL 349.69º 0.96% 0.26% -
HSV(B) 349.69º 0.98% 0.51% -
XYZ 9.57 4.96 1.37 -
YUV 43.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 131 3 25 0 0.98 0.81 0.49 349.69 0.96 0.26
Hex 83 3 19 0 62 51 31 15E 60 1A
Octal 203 3 31 0 142 121 61 536 140 32
Binary 10000011 11 11001 0 1100010 1010001 110001 101011110 1100000 11010

Color Harmonies of #830319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830319

Black with #830319

Text Example


Text Example

White with #830319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830319; }

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

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

background-color css

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

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

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

border-color css

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

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

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