Html Css Color HEX #82101A Burgundy

📋 copy color: '#82101A'

red 130 ◦ green 16 ◦ blue 26

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

Shades of Burgundy #82101A

Tints of Burgundy #82101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.3%

 BLUE value IS 26 (10.55% from 255) = 15.12%

R = 75.58%
G = 9.3%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82101A (or 0x82101A) is known color: Burgundy. HEX triplet: 82, 10 and 1A. RGB value is (130,16,26). Sum of RGB (Red+Green+Blue) = 130+16+26=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #82101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82101A is #7DEFE5. Grayscale: #333333. Windows color (decimal): -8253414 or 1708162. OLE color: 1708162.

HSL color Cylindrical-coordinate representation of color #82101A: hue angle of 354.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82101A is Cyan = 0, Magento = 0.88, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 16 26 -
CMYK 0 0.88 0.8 0.49
HSL 354.74º 0.78% 0.29% -
HSV(B) 354.74º 0.88% 0.51% -
XYZ 9.58 5.19 1.47 -
YUV 51.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 130 16 26 0 0.88 0.8 0.49 354.74 0.78 0.29
Hex 82 10 1A 0 58 50 31 163 4E 1D
Octal 202 20 32 0 130 120 61 543 116 35
Binary 10000010 10000 11010 0 1011000 1010000 110001 101100011 1001110 11101

Color Harmonies of #82101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82101A

Black with #82101A

Text Example


Text Example

White with #82101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82101A; }

 p { color: rgb(130,16,26); }

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

background-color css

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

 a { background-color: rgb(130,16,26); }

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

border-color css

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

 span { border-color: rgb(130,16,26); }

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