#84083A

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

Shades of Burgundy #84083A

Tints of Burgundy #84083A

Color information

#84083A (or 0x84083A) is unknown color: approx Burgundy. HEX triplet: 84, 08 and 3A. RGB value is (132,8,58). Sum of RGB (Red+Green+Blue) = 132+8+58=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #84083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84083A is #7BF7C5. Grayscale: #323232. Windows color (decimal): -8124358 or 3803268. OLE color: 3803268.

HSL color Cylindrical-coordinate representation of color #84083A: hue angle of 335.81º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84083A is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB132858-
CMYK00.940.560.48
HSL335.81º88.57%27.45%-
HSV(B)335.81º93.94%51.76%-
XYZ10.375.384.5-
YUV50.78132.08185.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=66.67%
G=4.04%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13285800.940.560.48335.8188.5727.45
Hex8483A05E3830150591b
Octal20410720136706052013133
Binary10000100100011101001011110111000110000101010000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84083A; }

 p { color: rgb(132,8,58); }

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

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

 a { background-color: rgb(132,8,58); }

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

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

 span { border-color: rgb(132,8,58); }

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