#8B0C23

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

Shades of Burgundy #8B0C23

Tints of Burgundy #8B0C23

Color information

#8B0C23 (or 0x8B0C23) is unknown color: approx Burgundy. HEX triplet: 8B, 0C and 23. RGB value is (139,12,35). Sum of RGB (Red+Green+Blue) = 139+12+35=186 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.73% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0C23 is #74F3DC. Grayscale: #343434. Windows color (decimal): -7664605 or 2296971. OLE color: 2296971.

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

Color convert

RGB1391235-
CMYK00.910.750.45
HSL349.13º84.11%29.61%-
HSV(B)349.13º91.37%54.51%-
XYZ11.085.872.14-
YUV52.6118.08189.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.73%
GREEN value IS 12 (5.08% from 255) = 6.45%
BLUE value IS 35 (14.06% from 255) = 18.82%
R=74.73%
G=6.45%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139123500.910.750.45349.1384.1129.61
Hex8BC2305B4B2D15d541e
Octal213144301331135553512436
Binary100010111100100011010110111001011101101101011101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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