Shades of Burgundy #8F0436
Tints of Burgundy #8F0436
RGB
CMYK
RGB Variations
Color information
#8F0436 (or 0x8F0436) is known color: Burgundy. HEX triplet: 8F, 04 and 36. RGB value is (143,4,54). Sum of RGB (Red+Green+Blue) = 143+4+54=201 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.14% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0436 is #70FBC9. Grayscale: #333333. Windows color (decimal): -7404490 or 3540111. OLE color: 3540111.
HSL color Cylindrical-coordinate representation of color #8F0436: hue angle of 338.42º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0436 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 54 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.44 |
| HSL | 338.42º | 0.95% | 0.29% | - |
| HSV(B) | 338.42º | 0.97% | 0.56% | - |
| XYZ | 12.04 | 6.19 | 4.05 | - |
| YUV | 51.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 54 | 0 | 0.97 | 0.62 | 0.44 | 338.42 | 0.95 | 0.29 |
| Hex | 8F | 4 | 36 | 0 | 61 | 3E | 2C | 152 | 5F | 1D |
| Octal | 217 | 4 | 66 | 0 | 141 | 76 | 54 | 522 | 137 | 35 |
| Binary | 10001111 | 100 | 110110 | 0 | 1100001 | 111110 | 101100 | 101010010 | 1011111 | 11101 |
Color Harmonies of #8F0436
Complementary color
Monochromatic Colors of #8F0436
Black with #8F0436
Text Example
Text Example
White with #8F0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0436; }
p { color: rgb(143,4,54); }
H1.HeaderClassName
{
color: #8F0436;
}
.AnyTagClassName
{
color: #8F0436;
}
</style>
background-color css
<style>
a { background-color: #8F0436; }
a { background-color: rgb(143,4,54); }
div.DivClassName
{
background-color: #8F0436;
}
.BgClassName
{
background-color: #8F0436;
}
</style>
border-color css
<style>
span { border-color: #8F0436; }
span { border-color: rgb(143,4,54); }
td.TdClassName
{
border-color: #8F0436;
}
.TagClassName
{
border-color: #8F0436;
}
</style>