Html Css Color HEX #82131D Burgundy

📋 copy color: '#82131D'

red 130 ◦ green 19 ◦ blue 29

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

Shades of Burgundy #82131D

Tints of Burgundy #82131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 73.03%
G = 10.67%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82131D (or 0x82131D) is known color: Burgundy. HEX triplet: 82, 13 and 1D. RGB value is (130,19,29). Sum of RGB (Red+Green+Blue) = 130+19+29=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #82131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82131D is #7DECE2. Grayscale: #353535. Windows color (decimal): -8252643 or 1905538. OLE color: 1905538.

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

Color convert

RGB 130 19 29 -
CMYK 0 0.85 0.78 0.49
HSL 354.59º 0.74% 0.29% -
HSV(B) 354.59º 0.85% 0.51% -
XYZ 9.66 5.3 1.68 -
YUV 53.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 130 19 29 0 0.85 0.78 0.49 354.59 0.74 0.29
Hex 82 13 1D 0 55 4E 31 163 4A 1D
Octal 202 23 35 0 125 116 61 543 112 35
Binary 10000010 10011 11101 0 1010101 1001110 110001 101100011 1001010 11101

Color Harmonies of #82131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82131D

Black with #82131D

Text Example


Text Example

White with #82131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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