#820127

Color #820127 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #820127

Tints of Burgundy #820127

Color information

#820127 (or 0x820127) is unknown color: approx Burgundy. HEX triplet: 82, 01 and 27. RGB value is (130,1,39). Sum of RGB (Red+Green+Blue) = 130+1+39=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #820127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820127 is #7DFED8. Grayscale: #2B2B2B. Windows color (decimal): -8257241 or 2556290. OLE color: 2556290.

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

Color convert

RGB130139-
CMYK00.990.700.49
HSL342.33º98.47%25.69%-
HSV(B)342.33º99.23%50.98%-
XYZ9.584.912.36-
YUV43.9125.24189.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 39 (15.62% from 255) = 22.94%
R=76.47%
G=0.59%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013900.990.700.49342.3398.4725.69
Hex821270634631156621a
Octal20214701431066152614232
Binary100000101100111011000111000110110001101010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820127; }

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

 H1.HeaderClassName
 {
   color: #820127;
 }
 .AnyTagClassName
 {
   color: #820127;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #820127;
 }
 .BgClassName
 {
   background-color: #820127;
 }
</style>
border-color css

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

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

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