#8B0F2D

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

Shades of Burgundy #8B0F2D

Tints of Burgundy #8B0F2D

Color information

#8B0F2D (or 0x8B0F2D) is unknown color: approx Burgundy. HEX triplet: 8B, 0F and 2D. RGB value is (139,15,45). Sum of RGB (Red+Green+Blue) = 139+15+45=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F2D is #74F0D2. Grayscale: #373737. Windows color (decimal): -7663827 or 2953099. OLE color: 2953099.

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

Color convert

RGB1391545-
CMYK00.890.680.45
HSL345.48º80.52%30.2%-
HSV(B)345.48º89.21%54.51%-
XYZ11.296.023.05-
YUV55.5122.08187.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.85%
GREEN value IS 15 (6.25% from 255) = 7.54%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=69.85%
G=7.54%
B=22.61%

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
Decimal139154500.890.680.45345.4880.5230.2
Hex8BF2D059442D159511e
Octal213175501311045553112136
Binary100010111111101101010110011000100101101101011001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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