#840137

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

Shades of Burgundy #840137

Tints of Burgundy #840137

Color information

#840137 (or 0x840137) is unknown color: approx Burgundy. HEX triplet: 84, 01 and 37. RGB value is (132,1,55). Sum of RGB (Red+Green+Blue) = 132+1+55=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #840137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840137 is #7BFEC8. Grayscale: #2E2E2E. Windows color (decimal): -8126153 or 3604868. OLE color: 3604868.

HSL color Cylindrical-coordinate representation of color #840137: hue angle of 335.27º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840137 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB132155-
CMYK00.990.580.48
HSL335.27º98.5%26.08%-
HSV(B)335.27º99.24%51.76%-
XYZ10.225.24.08-
YUV46.32132.9189.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.21%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=70.21%
G=0.53%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13215500.990.580.48335.2798.526.08
Hex841370633A3014f621a
Octal2041670143726051714232
Binary10000100111011101100011111010110000101001111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840137; }

 p { color: rgb(132,1,55); }

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

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

 a { background-color: rgb(132,1,55); }

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

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

 span { border-color: rgb(132,1,55); }

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