Html Css Color HEX #831217 Burgundy

📋 copy color: '#831217'

red 131 ◦ green 18 ◦ blue 23

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

Shades of Burgundy #831217

Tints of Burgundy #831217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

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

R = 76.16%
G = 10.47%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#831217 (or 0x831217) is known color: Burgundy. HEX triplet: 83, 12 and 17. RGB value is (131,18,23). Sum of RGB (Red+Green+Blue) = 131+18+23=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #831217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831217 is #7CEDE8. Grayscale: #343434. Windows color (decimal): -8187369 or 1512067. OLE color: 1512067.

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

Color convert

RGB 131 18 23 -
CMYK 0 0.86 0.82 0.49
HSL 357.35º 0.76% 0.29% -
HSV(B) 357.35º 0.86% 0.51% -
XYZ 9.73 5.32 1.32 -
YUV 52.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 131 18 23 0 0.86 0.82 0.49 357.35 0.76 0.29
Hex 83 12 17 0 56 52 31 165 4C 1D
Octal 203 22 27 0 126 122 61 545 114 35
Binary 10000011 10010 10111 0 1010110 1010010 110001 101100101 1001100 11101

Color Harmonies of #831217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831217

Black with #831217

Text Example


Text Example

White with #831217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831217; }

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

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

background-color css

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

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

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

border-color css

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

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

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