#8B0F37

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

Shades of Burgundy #8B0F37

Tints of Burgundy #8B0F37

Color information

#8B0F37 (or 0x8B0F37) is unknown color: approx Burgundy. HEX triplet: 8B, 0F and 37. RGB value is (139,15,55). Sum of RGB (Red+Green+Blue) = 139+15+55=209 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.51% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F37 is #74F0C8. Grayscale: #383838. Windows color (decimal): -7663817 or 3608459. OLE color: 3608459.

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

Color convert

RGB1391555-
CMYK00.890.600.45
HSL340.65º80.52%30.2%-
HSV(B)340.65º89.21%54.51%-
XYZ11.516.114.19-
YUV56.64127.08186.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.51%
GREEN value IS 15 (6.25% from 255) = 7.18%
BLUE value IS 55 (21.88% from 255) = 26.32%
R=66.51%
G=7.18%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139155500.890.600.45340.6580.5230.2
Hex8BF370593C2D155511e
Octal21317670131745552512136
Binary10001011111111011101011001111100101101101010101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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