#820234

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

Shades of Burgundy #820234

Tints of Burgundy #820234

Color information

#820234 (or 0x820234) is unknown color: approx Burgundy. HEX triplet: 82, 02 and 34. RGB value is (130,2,52). Sum of RGB (Red+Green+Blue) = 130+2+52=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #820234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820234 is #7DFDCB. Grayscale: #2D2D2D. Windows color (decimal): -8256972 or 3408514. OLE color: 3408514.

HSL color Cylindrical-coordinate representation of color #820234: hue angle of 336.56º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820234 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB130252-
CMYK00.980.600.49
HSL336.56º96.97%25.88%-
HSV(B)336.56º98.46%50.98%-
XYZ9.855.043.7-
YUV45.97131.41187.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=70.65%
G=1.09%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13025200.980.600.49336.5696.9725.88
Hex822340623C31151611a
Octal2022640142746152114132
Binary100000101011010001100010111100110001101010001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820234; }

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

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

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

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

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

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

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

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