#84091F

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

Shades of Burgundy #84091F

Tints of Burgundy #84091F

Color information

#84091F (or 0x84091F) is unknown color: approx Burgundy. HEX triplet: 84, 09 and 1F. RGB value is (132,9,31). Sum of RGB (Red+Green+Blue) = 132+9+31=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #84091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84091F is #7BF6E0. Grayscale: #303030. Windows color (decimal): -8124129 or 2034052. OLE color: 2034052.

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

Color convert

RGB132931-
CMYK00.930.770.48
HSL349.27º87.23%27.65%-
HSV(B)349.27º93.18%51.76%-
XYZ9.865.21.78-
YUV48.28118.25187.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.74%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 31 (12.5% from 255) = 18.02%
R=76.74%
G=5.23%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13293100.930.770.48349.2787.2327.65
Hex8491F05D4D3015d571c
Octal204113701351156053512734
Binary10000100100111111010111011001101110000101011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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