#821027

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

Shades of Burgundy #821027

Tints of Burgundy #821027

Color information

#821027 (or 0x821027) is unknown color: approx Burgundy. HEX triplet: 82, 10 and 27. RGB value is (130,16,39). Sum of RGB (Red+Green+Blue) = 130+16+39=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #821027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821027 is #7DEFD8. Grayscale: #343434. Windows color (decimal): -8253401 or 2560130. OLE color: 2560130.

HSL color Cylindrical-coordinate representation of color #821027: hue angle of 347.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821027 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1301639-
CMYK00.880.700.49
HSL347.89º78.08%28.63%-
HSV(B)347.89º87.69%50.98%-
XYZ9.765.262.42-
YUV52.71120.27183.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=70.27%
G=8.65%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130163900.880.700.49347.8978.0828.63
Hex821027058463115c4e1d
Octal202204701301066153411635
Binary1000001010000100111010110001000110110001101011100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821027; }

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

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

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

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

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

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

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

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