Html Css Color HEX #82011E Burgundy

📋 copy color: '#82011E'

red 130 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #82011E

Tints of Burgundy #82011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.63%

R = 80.75%
G = 0.62%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82011E (or 0x82011E) is known color: Burgundy. HEX triplet: 82, 01 and 1E. RGB value is (130,1,30). Sum of RGB (Red+Green+Blue) = 130+1+30=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #82011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82011E is #7DFEE1. Grayscale: #2A2A2A. Windows color (decimal): -8257250 or 1966466. OLE color: 1966466.

HSL color Cylindrical-coordinate representation of color #82011E: hue angle of 346.51º 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 #82011E is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 1 30 -
CMYK 0 0.99 0.77 0.49
HSL 346.51º 0.98% 0.26% -
HSV(B) 346.51º 0.99% 0.51% -
XYZ 9.45 4.86 1.67 -
YUV 42.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 130 1 30 0 0.99 0.77 0.49 346.51 0.98 0.26
Hex 82 1 1E 0 63 4D 31 15B 62 1A
Octal 202 1 36 0 143 115 61 533 142 32
Binary 10000010 1 11110 0 1100011 1001101 110001 101011011 1100010 11010

Color Harmonies of #82011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82011E

Black with #82011E

Text Example


Text Example

White with #82011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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