#8B0F2C

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

Shades of Burgundy #8B0F2C

Tints of Burgundy #8B0F2C

Color information

#8B0F2C (or 0x8B0F2C) is unknown color: approx Burgundy. HEX triplet: 8B, 0F and 2C. RGB value is (139,15,44). Sum of RGB (Red+Green+Blue) = 139+15+44=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F2C is #74F0D3. Grayscale: #373737. Windows color (decimal): -7663828 or 2887563. OLE color: 2887563.

HSL color Cylindrical-coordinate representation of color #8B0F2C: hue angle of 345.97º 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 #8B0F2C is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1391544-
CMYK00.890.680.45
HSL345.97º80.52%30.2%-
HSV(B)345.97º89.21%54.51%-
XYZ11.276.012.95-
YUV55.38121.58187.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.20%
GREEN value IS 15 (6.25% from 255) = 7.58%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=70.20%
G=7.58%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139154400.890.680.45345.9780.5230.2
Hex8BF2C059442D15a511e
Octal213175401311045553212136
Binary100010111111101100010110011000100101101101011010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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