Shades of Burgundy #8F032F
Tints of Burgundy #8F032F
RGB
CMYK
RGB Variations
Color information
#8F032F (or 0x8F032F) is known color: Burgundy. HEX triplet: 8F, 03 and 2F. RGB value is (143,3,47). Sum of RGB (Red+Green+Blue) = 143+3+47=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F032F is #70FCD0. Grayscale: #313131. Windows color (decimal): -7404753 or 3081103. OLE color: 3081103.
HSL color Cylindrical-coordinate representation of color #8F032F: hue angle of 341.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F032F is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.44 |
| HSL | 341.14º | 0.96% | 0.29% | - |
| HSV(B) | 341.14º | 0.98% | 0.56% | - |
| XYZ | 11.87 | 6.11 | 3.24 | - |
| YUV | 49.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 47 | 0 | 0.98 | 0.67 | 0.44 | 341.14 | 0.96 | 0.29 |
| Hex | 8F | 3 | 2F | 0 | 62 | 43 | 2C | 155 | 60 | 1D |
| Octal | 217 | 3 | 57 | 0 | 142 | 103 | 54 | 525 | 140 | 35 |
| Binary | 10001111 | 11 | 101111 | 0 | 1100010 | 1000011 | 101100 | 101010101 | 1100000 | 11101 |
Color Harmonies of #8F032F
Complementary color
Monochromatic Colors of #8F032F
Black with #8F032F
Text Example
Text Example
White with #8F032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F032F; }
p { color: rgb(143,3,47); }
H1.HeaderClassName
{
color: #8F032F;
}
.AnyTagClassName
{
color: #8F032F;
}
</style>
background-color css
<style>
a { background-color: #8F032F; }
a { background-color: rgb(143,3,47); }
div.DivClassName
{
background-color: #8F032F;
}
.BgClassName
{
background-color: #8F032F;
}
</style>
border-color css
<style>
span { border-color: #8F032F; }
span { border-color: rgb(143,3,47); }
td.TdClassName
{
border-color: #8F032F;
}
.TagClassName
{
border-color: #8F032F;
}
</style>