#8B0C26

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

Shades of Burgundy #8B0C26

Tints of Burgundy #8B0C26

Color information

#8B0C26 (or 0x8B0C26) is unknown color: approx Burgundy. HEX triplet: 8B, 0C and 26. RGB value is (139,12,38). Sum of RGB (Red+Green+Blue) = 139+12+38=189 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.54% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0C26 is #74F3D9. Grayscale: #343434. Windows color (decimal): -7664602 or 2493579. OLE color: 2493579.

HSL color Cylindrical-coordinate representation of color #8B0C26: hue angle of 347.72º degrees, saturation: 0.84, 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 #8B0C26 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1391238-
CMYK00.910.730.45
HSL347.72º84.11%29.61%-
HSV(B)347.72º91.37%54.51%-
XYZ11.135.892.38-
YUV52.94119.58189.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 73.54%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=73.54%
G=6.35%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139123800.910.730.45347.7284.1129.61
Hex8BC2605B492D15c541e
Octal213144601331115553412436
Binary100010111100100110010110111001001101101101011100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,12,38); }

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

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

 a { background-color: rgb(139,12,38); }

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

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

 span { border-color: rgb(139,12,38); }

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