#821034

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

Shades of Burgundy #821034

Tints of Burgundy #821034

Color information

#821034 (or 0x821034) is unknown color: approx Burgundy. HEX triplet: 82, 10 and 34. RGB value is (130,16,52). Sum of RGB (Red+Green+Blue) = 130+16+52=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #821034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821034 is #7DEFCB. Grayscale: #363636. Windows color (decimal): -8253388 or 3412098. OLE color: 3412098.

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

Color convert

RGB1301652-
CMYK00.880.600.49
HSL341.05º78.08%28.63%-
HSV(B)341.05º87.69%50.98%-
XYZ10.015.363.76-
YUV54.19126.77182.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.66%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=65.66%
G=8.08%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130165200.880.600.49341.0578.0828.63
Hex8210340583C311554e1d
Octal20220640130746152511635
Binary100000101000011010001011000111100110001101010101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821034; }

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

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

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

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

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

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

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

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