Html Css Color HEX #82111F Burgundy

📋 copy color: '#82111F'

red 130 ◦ green 17 ◦ blue 31

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

Shades of Burgundy #82111F

Tints of Burgundy #82111F

RGB

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

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

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

R = 73.03%
G = 9.55%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82111F (or 0x82111F) is known color: Burgundy. HEX triplet: 82, 11 and 1F. RGB value is (130,17,31). Sum of RGB (Red+Green+Blue) = 130+17+31=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #82111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82111F is #7DEEE0. Grayscale: #343434. Windows color (decimal): -8253153 or 2036098. OLE color: 2036098.

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

Color convert

RGB 130 17 31 -
CMYK 0 0.87 0.76 0.49
HSL 352.57º 0.77% 0.29% -
HSV(B) 352.57º 0.87% 0.51% -
XYZ 9.65 5.25 1.8 -
YUV 52.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 130 17 31 0 0.87 0.76 0.49 352.57 0.77 0.29
Hex 82 11 1F 0 57 4C 31 161 4D 1D
Octal 202 21 37 0 127 114 61 541 115 35
Binary 10000010 10001 11111 0 1010111 1001100 110001 101100001 1001101 11101

Color Harmonies of #82111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82111F

Black with #82111F

Text Example


Text Example

White with #82111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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