Html Css Color HEX #831119 Burgundy

📋 copy color: '#831119'

red 131 ◦ green 17 ◦ blue 25

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

Shades of Burgundy #831119

Tints of Burgundy #831119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 75.72%
G = 9.83%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#831119 (or 0x831119) is known color: Burgundy. HEX triplet: 83, 11 and 19. RGB value is (131,17,25). Sum of RGB (Red+Green+Blue) = 131+17+25=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #831119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831119 is #7CEEE6. Grayscale: #343434. Windows color (decimal): -8187623 or 1642883. OLE color: 1642883.

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

Color convert

RGB 131 17 25 -
CMYK 0 0.87 0.81 0.49
HSL 355.79º 0.77% 0.29% -
HSV(B) 355.79º 0.87% 0.51% -
XYZ 9.74 5.3 1.43 -
YUV 52 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 131 17 25 0 0.87 0.81 0.49 355.79 0.77 0.29
Hex 83 11 19 0 57 51 31 164 4D 1D
Octal 203 21 31 0 127 121 61 544 115 35
Binary 10000011 10001 11001 0 1010111 1010001 110001 101100100 1001101 11101

Color Harmonies of #831119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831119

Black with #831119

Text Example


Text Example

White with #831119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831119; }

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

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

background-color css

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

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

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

border-color css

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

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

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