#84002C

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

Shades of Burgundy #84002C

Tints of Burgundy #84002C

Color information

#84002C (or 0x84002C) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 2C. RGB value is (132,0,44). Sum of RGB (Red+Green+Blue) = 132+0+44=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #84002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84002C is #7BFFD3. Grayscale: #2C2C2C. Windows color (decimal): -8126420 or 2883716. OLE color: 2883716.

HSL color Cylindrical-coordinate representation of color #84002C: hue angle of 340º 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 #84002C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB132044-
CMYK010.670.48
HSL340º100%25.88%-
HSV(B)340º100%51.76%-
XYZ9.975.092.84-
YUV44.48127.73190.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132044010.670.4834010025.88
Hex8402C0644330154641a
Octal20405401441036052414432
Binary100001000101100011001001000011110000101010100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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