#84121F

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

Shades of Burgundy #84121F

Tints of Burgundy #84121F

Color information

#84121F (or 0x84121F) is unknown color: approx Burgundy. HEX triplet: 84, 12 and 1F. RGB value is (132,18,31). Sum of RGB (Red+Green+Blue) = 132+18+31=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #84121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84121F is #7BEDE0. Grayscale: #353535. Windows color (decimal): -8121825 or 2036356. OLE color: 2036356.

HSL color Cylindrical-coordinate representation of color #84121F: hue angle of 353.16º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84121F is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1321831-
CMYK00.860.770.48
HSL353.16º76%29.41%-
HSV(B)353.16º86.36%51.76%-
XYZ9.985.441.82-
YUV53.57115.27183.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.93%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=72.93%
G=9.94%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132183100.860.770.48353.167629.41
Hex84121F0564D301614c1d
Octal204223701261156054111435
Binary100001001001011111010101101001101110000101100001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84121F; }

 p { color: rgb(132,18,31); }

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

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

 a { background-color: rgb(132,18,31); }

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

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

 span { border-color: rgb(132,18,31); }

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