Shades of Burgundy #8C092F
Tints of Burgundy #8C092F
RGB
CMYK
RGB Variations
Color information
#8C092F (or 0x8C092F) is known color: Burgundy. HEX triplet: 8C, 09 and 2F. RGB value is (140,9,47). Sum of RGB (Red+Green+Blue) = 140+9+47=196 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.43% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 140 - color contains mainly: red. Hex color #8C092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C092F is #73F6D0. Grayscale: #343434. Windows color (decimal): -7599825 or 3082636. OLE color: 3082636.
HSL color Cylindrical-coordinate representation of color #8C092F: hue angle of 342.6º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C092F is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 47 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.45 |
| HSL | 342.6º | 0.88% | 0.29% | - |
| HSV(B) | 342.6º | 0.94% | 0.55% | - |
| XYZ | 11.43 | 5.98 | 3.24 | - |
| YUV | 52.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 47 | 0 | 0.94 | 0.66 | 0.45 | 342.6 | 0.88 | 0.29 |
| Hex | 8C | 9 | 2F | 0 | 5E | 42 | 2D | 157 | 58 | 1D |
| Octal | 214 | 11 | 57 | 0 | 136 | 102 | 55 | 527 | 130 | 35 |
| Binary | 10001100 | 1001 | 101111 | 0 | 1011110 | 1000010 | 101101 | 101010111 | 1011000 | 11101 |
Color Harmonies of #8C092F
Complementary color
Monochromatic Colors of #8C092F
Black with #8C092F
Text Example
Text Example
White with #8C092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C092F; }
p { color: rgb(140,9,47); }
H1.HeaderClassName
{
color: #8C092F;
}
.AnyTagClassName
{
color: #8C092F;
}
</style>
background-color css
<style>
a { background-color: #8C092F; }
a { background-color: rgb(140,9,47); }
div.DivClassName
{
background-color: #8C092F;
}
.BgClassName
{
background-color: #8C092F;
}
</style>
border-color css
<style>
span { border-color: #8C092F; }
span { border-color: rgb(140,9,47); }
td.TdClassName
{
border-color: #8C092F;
}
.TagClassName
{
border-color: #8C092F;
}
</style>