#8B0F3A

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

Shades of Burgundy #8B0F3A

Tints of Burgundy #8B0F3A

Color information

#8B0F3A (or 0x8B0F3A) is unknown color: approx Burgundy. HEX triplet: 8B, 0F and 3A. RGB value is (139,15,58). Sum of RGB (Red+Green+Blue) = 139+15+58=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F3A is #74F0C5. Grayscale: #383838. Windows color (decimal): -7663814 or 3805067. OLE color: 3805067.

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

Color convert

RGB1391558-
CMYK00.890.580.45
HSL339.19º80.52%30.2%-
HSV(B)339.19º89.21%54.51%-
XYZ11.586.144.58-
YUV56.98128.58186.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.57%
GREEN value IS 15 (6.25% from 255) = 7.08%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=65.57%
G=7.08%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139155800.890.580.45339.1980.5230.2
Hex8BF3A0593A2D153511e
Octal21317720131725552312136
Binary10001011111111101001011001111010101101101010011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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