#8B0C24

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

Shades of Burgundy #8B0C24

Tints of Burgundy #8B0C24

Color information

#8B0C24 (or 0x8B0C24) is unknown color: approx Burgundy. HEX triplet: 8B, 0C and 24. RGB value is (139,12,36). Sum of RGB (Red+Green+Blue) = 139+12+36=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0C24 is #74F3DB. Grayscale: #343434. Windows color (decimal): -7664604 or 2362507. OLE color: 2362507.

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

Color convert

RGB1391236-
CMYK00.910.740.45
HSL348.66º84.11%29.61%-
HSV(B)348.66º91.37%54.51%-
XYZ11.15.882.22-
YUV52.71118.58189.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.33%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=74.33%
G=6.42%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139123600.910.740.45348.6684.1129.61
Hex8BC2405B4A2D15d541e
Octal213144401331125553512436
Binary100010111100100100010110111001010101101101011101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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