Shades of Burgundy #8F0338
Tints of Burgundy #8F0338
RGB
CMYK
RGB Variations
Color information
#8F0338 (or 0x8F0338) is known color: Burgundy. HEX triplet: 8F, 03 and 38. RGB value is (143,3,56). Sum of RGB (Red+Green+Blue) = 143+3+56=202 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.79% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0338 is #70FCC7. Grayscale: #323232. Windows color (decimal): -7404744 or 3670927. OLE color: 3670927.
HSL color Cylindrical-coordinate representation of color #8F0338: hue angle of 337.29º 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 #8F0338 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.44 |
| HSL | 337.29º | 0.96% | 0.29% | - |
| HSV(B) | 337.29º | 0.98% | 0.56% | - |
| XYZ | 12.07 | 6.19 | 4.3 | - |
| YUV | 50.9 | 130.88 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 56 | 0 | 0.98 | 0.61 | 0.44 | 337.29 | 0.96 | 0.29 |
| Hex | 8F | 3 | 38 | 0 | 62 | 3D | 2C | 151 | 60 | 1D |
| Octal | 217 | 3 | 70 | 0 | 142 | 75 | 54 | 521 | 140 | 35 |
| Binary | 10001111 | 11 | 111000 | 0 | 1100010 | 111101 | 101100 | 101010001 | 1100000 | 11101 |
Color Harmonies of #8F0338
Complementary color
Monochromatic Colors of #8F0338
Black with #8F0338
Text Example
Text Example
White with #8F0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0338; }
p { color: rgb(143,3,56); }
H1.HeaderClassName
{
color: #8F0338;
}
.AnyTagClassName
{
color: #8F0338;
}
</style>
background-color css
<style>
a { background-color: #8F0338; }
a { background-color: rgb(143,3,56); }
div.DivClassName
{
background-color: #8F0338;
}
.BgClassName
{
background-color: #8F0338;
}
</style>
border-color css
<style>
span { border-color: #8F0338; }
span { border-color: rgb(143,3,56); }
td.TdClassName
{
border-color: #8F0338;
}
.TagClassName
{
border-color: #8F0338;
}
</style>