#840015

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

Shades of Burgundy #840015

Tints of Burgundy #840015

Color information

#840015 (or 0x840015) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 15. RGB value is (132,0,21). Sum of RGB (Red+Green+Blue) = 132+0+21=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #840015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840015 is #7BFFEA. Grayscale: #292929. Windows color (decimal): -8126443 or 1376388. OLE color: 1376388.

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

Color convert

RGB132021-
CMYK010.840.48
HSL350.45º100%25.88%-
HSV(B)350.45º100%51.76%-
XYZ9.654.961.16-
YUV41.86116.23192.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=86.27%
G=0%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132021010.840.48350.4510025.88
Hex84015064543015e641a
Octal20402501441246053614432
Binary10000100010101011001001010100110000101011110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840015; }

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

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

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

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

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

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

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

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