Shades of Burgundy #980A38
Tints of Burgundy #980A38
RGB
CMYK
RGB Variations
Color information
#980A38 (or 0x980A38) is known color: Burgundy. HEX triplet: 98, 0A and 38. RGB value is (152,10,56). Sum of RGB (Red+Green+Blue) = 152+10+56=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #980A38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A38 is #67F5C7. Grayscale: #393939. Windows color (decimal): -6813128 or 3672728. OLE color: 3672728.
HSL color Cylindrical-coordinate representation of color #980A38: hue angle of 340.56º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A38 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 56 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.40 |
| HSL | 340.56º | 0.88% | 0.32% | - |
| HSV(B) | 340.56º | 0.93% | 0.6% | - |
| XYZ | 13.77 | 7.18 | 4.4 | - |
| YUV | 57.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 56 | 0 | 0.93 | 0.63 | 0.40 | 340.56 | 0.88 | 0.32 |
| Hex | 98 | A | 38 | 0 | 5D | 3F | 28 | 155 | 58 | 20 |
| Octal | 230 | 12 | 70 | 0 | 135 | 77 | 50 | 525 | 130 | 40 |
| Binary | 10011000 | 1010 | 111000 | 0 | 1011101 | 111111 | 101000 | 101010101 | 1011000 | 100000 |
Color Harmonies of #980A38
Complementary color
Monochromatic Colors of #980A38
Black with #980A38
Text Example
Text Example
White with #980A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A38; }
p { color: rgb(152,10,56); }
H1.HeaderClassName
{
color: #980A38;
}
.AnyTagClassName
{
color: #980A38;
}
</style>
background-color css
<style>
a { background-color: #980A38; }
a { background-color: rgb(152,10,56); }
div.DivClassName
{
background-color: #980A38;
}
.BgClassName
{
background-color: #980A38;
}
</style>
border-color css
<style>
span { border-color: #980A38; }
span { border-color: rgb(152,10,56); }
td.TdClassName
{
border-color: #980A38;
}
.TagClassName
{
border-color: #980A38;
}
</style>