Html Css Color HEX #831118 Burgundy

📋 copy color: '#831118'

red 131 ◦ green 17 ◦ blue 24

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

Shades of Burgundy #831118

Tints of Burgundy #831118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

 BLUE value IS 24 (9.77% from 255) = 13.95%

R = 76.16%
G = 9.88%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#831118 (or 0x831118) is known color: Burgundy. HEX triplet: 83, 11 and 18. RGB value is (131,17,24). Sum of RGB (Red+Green+Blue) = 131+17+24=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #831118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831118 is #7CEEE7. Grayscale: #333333. Windows color (decimal): -8187624 or 1577347. OLE color: 1577347.

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

Color convert

RGB 131 17 24 -
CMYK 0 0.87 0.82 0.49
HSL 356.32º 0.77% 0.29% -
HSV(B) 356.32º 0.87% 0.51% -
XYZ 9.73 5.29 1.37 -
YUV 51.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 131 17 24 0 0.87 0.82 0.49 356.32 0.77 0.29
Hex 83 11 18 0 57 52 31 164 4D 1D
Octal 203 21 30 0 127 122 61 544 115 35
Binary 10000011 10001 11000 0 1010111 1010010 110001 101100100 1001101 11101

Color Harmonies of #831118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831118

Black with #831118

Text Example


Text Example

White with #831118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831118; }

 p { color: rgb(131,17,24); }

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

background-color css

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

 a { background-color: rgb(131,17,24); }

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

border-color css

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

 span { border-color: rgb(131,17,24); }

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