#8b0940

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

Shades of Burgundy #8B0940

Tints of Burgundy #8B0940

Color information

#8B0940 (or 0x8B0940) is unknown color: approx Burgundy. HEX triplet: 8B, 09 and 40. RGB value is (139,9,64). Sum of RGB (Red+Green+Blue) = 139+9+64=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0940 is #74F6BF. Grayscale: #363636. Windows color (decimal): -7665344 or 4196747. OLE color: 4196747.

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

Color convert

RGB139964-
CMYK00.940.540.45
HSL334.62º87.84%29.02%-
HSV(B)334.62º93.53%54.51%-
XYZ11.676.055.4-
YUV54.14133.57188.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.57%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=65.57%
G=4.25%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13996400.940.540.45334.6287.8429.02
Hex8B94005E362D14f581d
Octal213111000136665551713035
Binary100010111001100000001011110110110101101101001111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b0940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,9,64); }

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

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

 a { background-color: rgb(139,9,64); }

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

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

 span { border-color: rgb(139,9,64); }

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