#8B0C35

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

Shades of Burgundy #8B0C35

Tints of Burgundy #8B0C35

Color information

#8B0C35 (or 0x8B0C35) is unknown color: approx Burgundy. HEX triplet: 8B, 0C and 35. RGB value is (139,12,53). Sum of RGB (Red+Green+Blue) = 139+12+53=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0C35 is #74F3CA. Grayscale: #363636. Windows color (decimal): -7664587 or 3476619. OLE color: 3476619.

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

Color convert

RGB1391253-
CMYK00.910.620.45
HSL340.63º84.11%29.61%-
HSV(B)340.63º91.37%54.51%-
XYZ11.426.013.93-
YUV54.65127.08188.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.14%
GREEN value IS 12 (5.08% from 255) = 5.88%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=68.14%
G=5.88%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139125300.910.620.45340.6384.1129.61
Hex8BC3505B3E2D155541e
Octal21314650133765552512436
Binary10001011110011010101011011111110101101101010101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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