Shades of Burgundy #8F102F
Tints of Burgundy #8F102F
RGB
CMYK
RGB Variations
Color information
#8F102F (or 0x8F102F) is known color: Burgundy. HEX triplet: 8F, 10 and 2F. RGB value is (143,16,47). Sum of RGB (Red+Green+Blue) = 143+16+47=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F102F is #70EFD0. Grayscale: #393939. Windows color (decimal): -7401425 or 3084431. OLE color: 3084431.
HSL color Cylindrical-coordinate representation of color #8F102F: hue angle of 345.35º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F102F is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 47 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.44 |
| HSL | 345.35º | 0.8% | 0.31% | - |
| HSV(B) | 345.35º | 0.89% | 0.56% | - |
| XYZ | 12.03 | 6.42 | 3.29 | - |
| YUV | 57.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 47 | 0 | 0.89 | 0.67 | 0.44 | 345.35 | 0.8 | 0.31 |
| Hex | 8F | 10 | 2F | 0 | 59 | 43 | 2C | 159 | 50 | 1F |
| Octal | 217 | 20 | 57 | 0 | 131 | 103 | 54 | 531 | 120 | 37 |
| Binary | 10001111 | 10000 | 101111 | 0 | 1011001 | 1000011 | 101100 | 101011001 | 1010000 | 11111 |
Color Harmonies of #8F102F
Complementary color
Monochromatic Colors of #8F102F
Black with #8F102F
Text Example
Text Example
White with #8F102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F102F; }
p { color: rgb(143,16,47); }
H1.HeaderClassName
{
color: #8F102F;
}
.AnyTagClassName
{
color: #8F102F;
}
</style>
background-color css
<style>
a { background-color: #8F102F; }
a { background-color: rgb(143,16,47); }
div.DivClassName
{
background-color: #8F102F;
}
.BgClassName
{
background-color: #8F102F;
}
</style>
border-color css
<style>
span { border-color: #8F102F; }
span { border-color: rgb(143,16,47); }
td.TdClassName
{
border-color: #8F102F;
}
.TagClassName
{
border-color: #8F102F;
}
</style>