#8B0437

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

Shades of Burgundy #8B0437

Tints of Burgundy #8B0437

Color information

#8B0437 (or 0x8B0437) is unknown color: approx Burgundy. HEX triplet: 8B, 04 and 37. RGB value is (139,4,55). Sum of RGB (Red+Green+Blue) = 139+4+55=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0437 is #74FBC8. Grayscale: #323232. Windows color (decimal): -7666633 or 3605643. OLE color: 3605643.

HSL color Cylindrical-coordinate representation of color #8B0437: hue angle of 337.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0437 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB139455-
CMYK00.970.600.45
HSL337.33º94.41%28.04%-
HSV(B)337.33º97.12%54.51%-
XYZ11.385.854.14-
YUV50.18130.73191.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.20%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 55 (21.88% from 255) = 27.78%
R=70.20%
G=2.02%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13945500.970.600.45337.3394.4128.04
Hex8B4370613C2D1515e1c
Octal2134670141745552113634
Binary1000101110011011101100001111100101101101010001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B0437; }

 p { color: rgb(139,4,55); }

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

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

 a { background-color: rgb(139,4,55); }

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

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

 span { border-color: rgb(139,4,55); }

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