#84022b

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

Shades of Burgundy #84022B

Tints of Burgundy #84022B

Color information

#84022B (or 0x84022B) is unknown color: approx Burgundy. HEX triplet: 84, 02 and 2B. RGB value is (132,2,43). Sum of RGB (Red+Green+Blue) = 132+2+43=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #84022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84022B is #7BFDD4. Grayscale: #2D2D2D. Windows color (decimal): -8125909 or 2818692. OLE color: 2818692.

HSL color Cylindrical-coordinate representation of color #84022B: hue angle of 341.08º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84022B is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB132243-
CMYK00.980.670.48
HSL341.08º97.01%26.27%-
HSV(B)341.08º98.48%51.76%-
XYZ9.975.122.75-
YUV45.54126.57189.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 74.58%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=74.58%
G=1.13%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13224300.980.670.48341.0897.0126.27
Hex8422B0624330155611a
Octal20425301421036052514132
Binary1000010010101011011000101000011110000101010101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84022b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84022b; }

 p { color: rgb(132,2,43); }

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

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

 a { background-color: rgb(132,2,43); }

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

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

 span { border-color: rgb(132,2,43); }

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