Html Css Color HEX #830517 Burgundy

📋 copy color: '#830517'

red 131 ◦ green 5 ◦ blue 23

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

Shades of Burgundy #830517

Tints of Burgundy #830517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.47%

R = 82.39%
G = 3.14%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#830517 (or 0x830517) is known color: Burgundy. HEX triplet: 83, 05 and 17. RGB value is (131,5,23). Sum of RGB (Red+Green+Blue) = 131+5+23=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #830517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830517 is #7CFAE8. Grayscale: #2C2C2C. Windows color (decimal): -8190697 or 1508739. OLE color: 1508739.

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

Color convert

RGB 131 5 23 -
CMYK 0 0.96 0.82 0.49
HSL 351.43º 0.93% 0.27% -
HSV(B) 351.43º 0.96% 0.51% -
XYZ 9.57 5 1.27 -
YUV 44.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 131 5 23 0 0.96 0.82 0.49 351.43 0.93 0.27
Hex 83 5 17 0 60 52 31 15F 5D 1B
Octal 203 5 27 0 140 122 61 537 135 33
Binary 10000011 101 10111 0 1100000 1010010 110001 101011111 1011101 11011

Color Harmonies of #830517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830517

Black with #830517

Text Example


Text Example

White with #830517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830517; }

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

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

background-color css

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

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

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

border-color css

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

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

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