#84053A

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

Shades of Burgundy #84053A

Tints of Burgundy #84053A

Color information

#84053A (or 0x84053A) is unknown color: approx Burgundy. HEX triplet: 84, 05 and 3A. RGB value is (132,5,58). Sum of RGB (Red+Green+Blue) = 132+5+58=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #84053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84053A is #7BFAC5. Grayscale: #303030. Windows color (decimal): -8125126 or 3802500. OLE color: 3802500.

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

Color convert

RGB132558-
CMYK00.960.560.48
HSL334.96º92.7%26.86%-
HSV(B)334.96º96.21%51.76%-
XYZ10.335.324.49-
YUV49.02133.08187.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.69%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=67.69%
G=2.56%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13255800.960.560.48334.9692.726.86
Hex8453A060383014f5d1b
Octal2045720140706051713533
Binary1000010010111101001100000111000110000101001111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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