Shades of Burgundy #8F102A
Tints of Burgundy #8F102A
RGB
CMYK
RGB Variations
Color information
#8F102A (or 0x8F102A) is known color: Burgundy. HEX triplet: 8F, 10 and 2A. RGB value is (143,16,42). Sum of RGB (Red+Green+Blue) = 143+16+42=201 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.14% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 143 - color contains mainly: red. Hex color #8F102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F102A is #70EFD5. Grayscale: #383838. Windows color (decimal): -7401430 or 2756751. OLE color: 2756751.
HSL color Cylindrical-coordinate representation of color #8F102A: hue angle of 347.72º 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 #8F102A is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 42 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.44 |
| HSL | 347.72º | 0.8% | 0.31% | - |
| HSV(B) | 347.72º | 0.89% | 0.56% | - |
| XYZ | 11.93 | 6.38 | 2.79 | - |
| YUV | 56.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 42 | 0 | 0.89 | 0.71 | 0.44 | 347.72 | 0.8 | 0.31 |
| Hex | 8F | 10 | 2A | 0 | 59 | 47 | 2C | 15C | 50 | 1F |
| Octal | 217 | 20 | 52 | 0 | 131 | 107 | 54 | 534 | 120 | 37 |
| Binary | 10001111 | 10000 | 101010 | 0 | 1011001 | 1000111 | 101100 | 101011100 | 1010000 | 11111 |
Color Harmonies of #8F102A
Complementary color
Monochromatic Colors of #8F102A
Black with #8F102A
Text Example
Text Example
White with #8F102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F102A; }
p { color: rgb(143,16,42); }
H1.HeaderClassName
{
color: #8F102A;
}
.AnyTagClassName
{
color: #8F102A;
}
</style>
background-color css
<style>
a { background-color: #8F102A; }
a { background-color: rgb(143,16,42); }
div.DivClassName
{
background-color: #8F102A;
}
.BgClassName
{
background-color: #8F102A;
}
</style>
border-color css
<style>
span { border-color: #8F102A; }
span { border-color: rgb(143,16,42); }
td.TdClassName
{
border-color: #8F102A;
}
.TagClassName
{
border-color: #8F102A;
}
</style>