#840024

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

Shades of Burgundy #840024

Tints of Burgundy #840024

Color information

#840024 (or 0x840024) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 24. RGB value is (132,0,36). Sum of RGB (Red+Green+Blue) = 132+0+36=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #840024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840024 is #7BFFDB. Grayscale: #2B2B2B. Windows color (decimal): -8126428 or 2359428. OLE color: 2359428.

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

Color convert

RGB132036-
CMYK010.730.48
HSL343.64º100%25.88%-
HSV(B)343.64º100%51.76%-
XYZ9.835.032.12-
YUV43.57123.73191.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 78.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=78.57%
G=0%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132036010.730.48343.6410025.88
Hex840240644930158641a
Octal20404401441116053014432
Binary100001000100100011001001001001110000101011000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840024; }

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

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

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

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

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

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

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

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