Html Css Color HEX #82011C Burgundy

📋 copy color: '#82011C'

red 130 ◦ green 1 ◦ blue 28

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

Shades of Burgundy #82011C

Tints of Burgundy #82011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 81.76%
G = 0.63%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82011C (or 0x82011C) is known color: Burgundy. HEX triplet: 82, 01 and 1C. RGB value is (130,1,28). Sum of RGB (Red+Green+Blue) = 130+1+28=159 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.76% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 130 - color contains mainly: red. Hex color #82011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82011C is #7DFEE3. Grayscale: #2A2A2A. Windows color (decimal): -8257252 or 1835394. OLE color: 1835394.

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

Color convert

RGB 130 1 28 -
CMYK 0 0.99 0.78 0.49
HSL 347.44º 0.98% 0.26% -
HSV(B) 347.44º 0.99% 0.51% -
XYZ 9.43 4.85 1.54 -
YUV 42.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 130 1 28 0 0.99 0.78 0.49 347.44 0.98 0.26
Hex 82 1 1C 0 63 4E 31 15B 62 1A
Octal 202 1 34 0 143 116 61 533 142 32
Binary 10000010 1 11100 0 1100011 1001110 110001 101011011 1100010 11010

Color Harmonies of #82011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82011C

Black with #82011C

Text Example


Text Example

White with #82011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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