#84002B

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

Shades of Burgundy #84002B

Tints of Burgundy #84002B

Color information

#84002B (or 0x84002B) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 2B. RGB value is (132,0,43). Sum of RGB (Red+Green+Blue) = 132+0+43=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #84002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84002B is #7BFFD4. Grayscale: #2C2C2C. Windows color (decimal): -8126421 or 2818180. OLE color: 2818180.

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

Color convert

RGB132043-
CMYK010.670.48
HSL340.45º100%25.88%-
HSV(B)340.45º100%51.76%-
XYZ9.955.082.74-
YUV44.37127.23190.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=75.43%
G=0%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132043010.670.48340.4510025.88
Hex8402B0644330154641a
Octal20405301441036052414432
Binary100001000101011011001001000011110000101010100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84002B; }

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

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

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

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

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

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

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

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