Html Css Color HEX #831219 Burgundy

📋 copy color: '#831219'

red 131 ◦ green 18 ◦ blue 25

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

Shades of Burgundy #831219

Tints of Burgundy #831219

RGB

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

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

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

R = 75.29%
G = 10.34%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#831219 (or 0x831219) is known color: Burgundy. HEX triplet: 83, 12 and 19. RGB value is (131,18,25). Sum of RGB (Red+Green+Blue) = 131+18+25=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #831219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831219 is #7CEDE6. Grayscale: #343434. Windows color (decimal): -8187367 or 1643139. OLE color: 1643139.

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

Color convert

RGB 131 18 25 -
CMYK 0 0.86 0.81 0.49
HSL 356.28º 0.76% 0.29% -
HSV(B) 356.28º 0.86% 0.51% -
XYZ 9.75 5.33 1.43 -
YUV 52.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 131 18 25 0 0.86 0.81 0.49 356.28 0.76 0.29
Hex 83 12 19 0 56 51 31 164 4C 1D
Octal 203 22 31 0 126 121 61 544 114 35
Binary 10000011 10010 11001 0 1010110 1010001 110001 101100100 1001100 11101

Color Harmonies of #831219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831219

Black with #831219

Text Example


Text Example

White with #831219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831219; }

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

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

background-color css

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

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

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

border-color css

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

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

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