#8B0E21

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

Shades of Burgundy #8B0E21

Tints of Burgundy #8B0E21

Color information

#8B0E21 (or 0x8B0E21) is unknown color: approx Burgundy. HEX triplet: 8B, 0E and 21. RGB value is (139,14,33). Sum of RGB (Red+Green+Blue) = 139+14+33=186 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.73% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0E21 is #74F1DE. Grayscale: #353535. Windows color (decimal): -7664095 or 2166411. OLE color: 2166411.

HSL color Cylindrical-coordinate representation of color #8B0E21: hue angle of 350.88º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E21 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB1391433-
CMYK00.900.760.45
HSL350.88º81.7%30%-
HSV(B)350.88º89.93%54.51%-
XYZ11.085.912-
YUV53.54116.41188.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.73%
GREEN value IS 14 (5.86% from 255) = 7.53%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=74.73%
G=7.53%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139143300.900.760.45350.8881.730
Hex8BE2105A4C2D15f521e
Octal213164101321145553712236
Binary100010111110100001010110101001100101101101011111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,14,33); }

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

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

 a { background-color: rgb(139,14,33); }

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

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

 span { border-color: rgb(139,14,33); }

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