Html Css Color HEX #82131F Burgundy

📋 copy color: '#82131F'

red 130 ◦ green 19 ◦ blue 31

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

Shades of Burgundy #82131F

Tints of Burgundy #82131F

RGB

 RED value IS 130 (51.17% from 255) = 72.22%

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

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 72.22%
G = 10.56%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82131F (or 0x82131F) is known color: Burgundy. HEX triplet: 82, 13 and 1F. RGB value is (130,19,31). Sum of RGB (Red+Green+Blue) = 130+19+31=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #82131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82131F is #7DECE0. Grayscale: #353535. Windows color (decimal): -8252641 or 2036610. OLE color: 2036610.

HSL color Cylindrical-coordinate representation of color #82131F: hue angle of 353.51º degrees, saturation: 0.74, 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 #82131F is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 19 31 -
CMYK 0 0.85 0.76 0.49
HSL 353.51º 0.74% 0.29% -
HSV(B) 353.51º 0.85% 0.51% -
XYZ 9.69 5.31 1.81 -
YUV 53.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 130 19 31 0 0.85 0.76 0.49 353.51 0.74 0.29
Hex 82 13 1F 0 55 4C 31 162 4A 1D
Octal 202 23 37 0 125 114 61 542 112 35
Binary 10000010 10011 11111 0 1010101 1001100 110001 101100010 1001010 11101

Color Harmonies of #82131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82131F

Black with #82131F

Text Example


Text Example

White with #82131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82131F; }

 p { color: rgb(130,19,31); }

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

background-color css

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

 a { background-color: rgb(130,19,31); }

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

border-color css

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

 span { border-color: rgb(130,19,31); }

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