Shades of Burgundy #8F0327
Tints of Burgundy #8F0327
RGB
CMYK
RGB Variations
Color information
#8F0327 (or 0x8F0327) is known color: Burgundy. HEX triplet: 8F, 03 and 27. RGB value is (143,3,39). Sum of RGB (Red+Green+Blue) = 143+3+39=185 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.30% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0327 is #70FCD8. Grayscale: #303030. Windows color (decimal): -7404761 or 2556815. OLE color: 2556815.
HSL color Cylindrical-coordinate representation of color #8F0327: hue angle of 344.57º 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 #8F0327 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 39 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.44 |
| HSL | 344.57º | 0.96% | 0.29% | - |
| HSV(B) | 344.57º | 0.98% | 0.56% | - |
| XYZ | 11.73 | 6.05 | 2.47 | - |
| YUV | 48.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 39 | 0 | 0.98 | 0.73 | 0.44 | 344.57 | 0.96 | 0.29 |
| Hex | 8F | 3 | 27 | 0 | 62 | 49 | 2C | 159 | 60 | 1D |
| Octal | 217 | 3 | 47 | 0 | 142 | 111 | 54 | 531 | 140 | 35 |
| Binary | 10001111 | 11 | 100111 | 0 | 1100010 | 1001001 | 101100 | 101011001 | 1100000 | 11101 |
Color Harmonies of #8F0327
Complementary color
Monochromatic Colors of #8F0327
Black with #8F0327
Text Example
Text Example
White with #8F0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0327; }
p { color: rgb(143,3,39); }
H1.HeaderClassName
{
color: #8F0327;
}
.AnyTagClassName
{
color: #8F0327;
}
</style>
background-color css
<style>
a { background-color: #8F0327; }
a { background-color: rgb(143,3,39); }
div.DivClassName
{
background-color: #8F0327;
}
.BgClassName
{
background-color: #8F0327;
}
</style>
border-color css
<style>
span { border-color: #8F0327; }
span { border-color: rgb(143,3,39); }
td.TdClassName
{
border-color: #8F0327;
}
.TagClassName
{
border-color: #8F0327;
}
</style>