#820139

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

Shades of Burgundy #820139

Tints of Burgundy #820139

Color information

#820139 (or 0x820139) is unknown color: approx Burgundy. HEX triplet: 82, 01 and 39. RGB value is (130,1,57). Sum of RGB (Red+Green+Blue) = 130+1+57=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #820139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820139 is #7DFEC6. Grayscale: #2D2D2D. Windows color (decimal): -8257223 or 3735938. OLE color: 3735938.

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

Color convert

RGB130157-
CMYK00.990.560.49
HSL333.95º98.47%25.69%-
HSV(B)333.95º99.23%50.98%-
XYZ9.965.064.32-
YUV45.96134.24187.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.15%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=69.15%
G=0.53%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13015700.990.560.49333.9598.4725.69
Hex82139063383114e621a
Octal2021710143706151614232
Binary10000010111100101100011111000110001101001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820139; }

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

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

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

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

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

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

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

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