#840013

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

Shades of Burgundy #840013

Tints of Burgundy #840013

Color information

#840013 (or 0x840013) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 13. RGB value is (132,0,19). Sum of RGB (Red+Green+Blue) = 132+0+19=151 (20% of max value = 765). Red value is 132 (51.95% from 255 or 87.42% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 132 - color contains mainly: red. Hex color #840013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840013 is #7BFFEC. Grayscale: #292929. Windows color (decimal): -8126445 or 1245316. OLE color: 1245316.

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

Color convert

RGB132019-
CMYK010.860.48
HSL351.36º100%25.88%-
HSV(B)351.36º100%51.76%-
XYZ9.634.951.06-
YUV41.63115.23192.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 87.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=87.42%
G=0%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132019010.860.48351.3610025.88
Hex84013064563015f641a
Octal20402301441266053714432
Binary10000100010011011001001010110110000101011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840013; }

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

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

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

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

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

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

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

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