Html Css Color HEX #82121F Burgundy

📋 copy color: '#82121F'

red 130 ◦ green 18 ◦ blue 31

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

Shades of Burgundy #82121F

Tints of Burgundy #82121F

RGB

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

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

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

R = 72.63%
G = 10.06%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82121F (or 0x82121F) is known color: Burgundy. HEX triplet: 82, 12 and 1F. RGB value is (130,18,31). Sum of RGB (Red+Green+Blue) = 130+18+31=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #82121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82121F is #7DEDE0. Grayscale: #353535. Windows color (decimal): -8252897 or 2036354. OLE color: 2036354.

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

Color convert

RGB 130 18 31 -
CMYK 0 0.86 0.76 0.49
HSL 353.04º 0.76% 0.29% -
HSV(B) 353.04º 0.86% 0.51% -
XYZ 9.67 5.28 1.81 -
YUV 52.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 130 18 31 0 0.86 0.76 0.49 353.04 0.76 0.29
Hex 82 12 1F 0 56 4C 31 161 4C 1D
Octal 202 22 37 0 126 114 61 541 114 35
Binary 10000010 10010 11111 0 1010110 1001100 110001 101100001 1001100 11101

Color Harmonies of #82121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82121F

Black with #82121F

Text Example


Text Example

White with #82121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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