Shades of Burgundy #8F033C
Tints of Burgundy #8F033C
RGB
CMYK
RGB Variations
Color information
#8F033C (or 0x8F033C) is known color: Burgundy. HEX triplet: 8F, 03 and 3C. RGB value is (143,3,60). Sum of RGB (Red+Green+Blue) = 143+3+60=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F033C is #70FCC3. Grayscale: #333333. Windows color (decimal): -7404740 or 3933071. OLE color: 3933071.
HSL color Cylindrical-coordinate representation of color #8F033C: hue angle of 335.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 #8F033C is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.44 |
| HSL | 335.57º | 0.96% | 0.29% | - |
| HSV(B) | 335.57º | 0.98% | 0.56% | - |
| XYZ | 12.18 | 6.23 | 4.84 | - |
| YUV | 51.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 60 | 0 | 0.98 | 0.58 | 0.44 | 335.57 | 0.96 | 0.29 |
| Hex | 8F | 3 | 3C | 0 | 62 | 3A | 2C | 150 | 60 | 1D |
| Octal | 217 | 3 | 74 | 0 | 142 | 72 | 54 | 520 | 140 | 35 |
| Binary | 10001111 | 11 | 111100 | 0 | 1100010 | 111010 | 101100 | 101010000 | 1100000 | 11101 |
Color Harmonies of #8F033C
Complementary color
Monochromatic Colors of #8F033C
Black with #8F033C
Text Example
Text Example
White with #8F033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F033C; }
p { color: rgb(143,3,60); }
H1.HeaderClassName
{
color: #8F033C;
}
.AnyTagClassName
{
color: #8F033C;
}
</style>
background-color css
<style>
a { background-color: #8F033C; }
a { background-color: rgb(143,3,60); }
div.DivClassName
{
background-color: #8F033C;
}
.BgClassName
{
background-color: #8F033C;
}
</style>
border-color css
<style>
span { border-color: #8F033C; }
span { border-color: rgb(143,3,60); }
td.TdClassName
{
border-color: #8F033C;
}
.TagClassName
{
border-color: #8F033C;
}
</style>