Html Css Color HEX #831318 Burgundy

📋 copy color: '#831318'

red 131 ◦ green 19 ◦ blue 24

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

Shades of Burgundy #831318

Tints of Burgundy #831318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

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

R = 75.29%
G = 10.92%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#831318 (or 0x831318) is known color: Burgundy. HEX triplet: 83, 13 and 18. RGB value is (131,19,24). Sum of RGB (Red+Green+Blue) = 131+19+24=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #831318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831318 is #7CECE7. Grayscale: #353535. Windows color (decimal): -8187112 or 1577859. OLE color: 1577859.

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

Color convert

RGB 131 19 24 -
CMYK 0 0.85 0.82 0.49
HSL 357.32º 0.75% 0.29% -
HSV(B) 357.32º 0.85% 0.51% -
XYZ 9.76 5.36 1.38 -
YUV 53.06 111.61 183.59 -
System Red Green Blue C M Y K H S L
Decimal 131 19 24 0 0.85 0.82 0.49 357.32 0.75 0.29
Hex 83 13 18 0 55 52 31 165 4B 1D
Octal 203 23 30 0 125 122 61 545 113 35
Binary 10000011 10011 11000 0 1010101 1010010 110001 101100101 1001011 11101

Color Harmonies of #831318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831318

Black with #831318

Text Example


Text Example

White with #831318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831318; }

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

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

background-color css

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

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

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

border-color css

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

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

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