Html Css Color HEX #82011A Burgundy

📋 copy color: '#82011A'

red 130 ◦ green 1 ◦ blue 26

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

Shades of Burgundy #82011A

Tints of Burgundy #82011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 82.8%
G = 0.64%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82011A (or 0x82011A) is known color: Burgundy. HEX triplet: 82, 01 and 1A. RGB value is (130,1,26). Sum of RGB (Red+Green+Blue) = 130+1+26=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #82011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82011A is #7DFEE5. Grayscale: #2A2A2A. Windows color (decimal): -8257254 or 1704322. OLE color: 1704322.

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

Color convert

RGB 130 1 26 -
CMYK 0 0.99 0.8 0.49
HSL 348.37º 0.98% 0.26% -
HSV(B) 348.37º 0.99% 0.51% -
XYZ 9.4 4.84 1.42 -
YUV 42.42 118.74 190.47 -
System Red Green Blue C M Y K H S L
Decimal 130 1 26 0 0.99 0.8 0.49 348.37 0.98 0.26
Hex 82 1 1A 0 63 50 31 15C 62 1A
Octal 202 1 32 0 143 120 61 534 142 32
Binary 10000010 1 11010 0 1100011 1010000 110001 101011100 1100010 11010

Color Harmonies of #82011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82011A

Black with #82011A

Text Example


Text Example

White with #82011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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