#84121A

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

Shades of Burgundy #84121A

Tints of Burgundy #84121A

Color information

#84121A (or 0x84121A) is unknown color: approx Burgundy. HEX triplet: 84, 12 and 1A. RGB value is (132,18,26). Sum of RGB (Red+Green+Blue) = 132+18+26=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #84121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84121A is #7BEDE5. Grayscale: #353535. Windows color (decimal): -8121830 or 1708676. OLE color: 1708676.

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

Color convert

RGB1321826-
CMYK00.860.800.48
HSL355.79º76%29.41%-
HSV(B)355.79º86.36%51.76%-
XYZ9.925.411.5-
YUV53112.77184.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=75%
G=10.23%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132182600.860.800.48355.797629.41
Hex84121A05650301644c1d
Octal204223201261206054411435
Binary100001001001011010010101101010000110000101100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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