#8B0D2F

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

Shades of Burgundy #8B0D2F

Tints of Burgundy #8B0D2F

Color information

#8B0D2F (or 0x8B0D2F) is unknown color: approx Burgundy. HEX triplet: 8B, 0D and 2F. RGB value is (139,13,47). Sum of RGB (Red+Green+Blue) = 139+13+47=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D2F is #74F2D0. Grayscale: #363636. Windows color (decimal): -7664337 or 3083659. OLE color: 3083659.

HSL color Cylindrical-coordinate representation of color #8B0D2F: hue angle of 343.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0D2F is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1391347-
CMYK00.910.660.45
HSL343.81º82.89%29.8%-
HSV(B)343.81º90.65%54.51%-
XYZ11.35.983.25-
YUV54.55123.74188.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.85%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=69.85%
G=6.53%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139134700.910.660.45343.8182.8929.8
Hex8BD2F05B422D158531e
Octal213155701331025553012336
Binary100010111101101111010110111000010101101101011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,13,47); }

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

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

 a { background-color: rgb(139,13,47); }

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

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

 span { border-color: rgb(139,13,47); }

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