Html Css Color HEX #831017 Burgundy

📋 copy color: '#831017'

red 131 ◦ green 16 ◦ blue 23

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

Shades of Burgundy #831017

Tints of Burgundy #831017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

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

R = 77.06%
G = 9.41%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#831017 (or 0x831017) is known color: Burgundy. HEX triplet: 83, 10 and 17. RGB value is (131,16,23). Sum of RGB (Red+Green+Blue) = 131+16+23=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #831017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831017 is #7CEFE8. Grayscale: #333333. Windows color (decimal): -8187881 or 1511555. OLE color: 1511555.

HSL color Cylindrical-coordinate representation of color #831017: hue angle of 356.35º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831017 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 23 -
CMYK 0 0.88 0.82 0.49
HSL 356.35º 0.78% 0.29% -
HSV(B) 356.35º 0.88% 0.51% -
XYZ 9.7 5.26 1.31 -
YUV 51.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 131 16 23 0 0.88 0.82 0.49 356.35 0.78 0.29
Hex 83 10 17 0 58 52 31 164 4E 1D
Octal 203 20 27 0 130 122 61 544 116 35
Binary 10000011 10000 10111 0 1011000 1010010 110001 101100100 1001110 11101

Color Harmonies of #831017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831017

Black with #831017

Text Example


Text Example

White with #831017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831017; }

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

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

background-color css

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

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

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

border-color css

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

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

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