Shades of Burgundy #980438
Tints of Burgundy #980438
RGB
CMYK
RGB Variations
Color information
#980438 (or 0x980438) is known color: Burgundy. HEX triplet: 98, 04 and 38. RGB value is (152,4,56). Sum of RGB (Red+Green+Blue) = 152+4+56=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #980438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980438 is #67FBC7. Grayscale: #363636. Windows color (decimal): -6814664 or 3671192. OLE color: 3671192.
HSL color Cylindrical-coordinate representation of color #980438: hue angle of 338.92º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980438 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 4 | 56 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.40 |
| HSL | 338.92º | 0.95% | 0.31% | - |
| HSV(B) | 338.92º | 0.97% | 0.6% | - |
| XYZ | 13.71 | 7.05 | 4.38 | - |
| YUV | 54.18 | 129.03 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 56 | 0 | 0.97 | 0.63 | 0.40 | 338.92 | 0.95 | 0.31 |
| Hex | 98 | 4 | 38 | 0 | 61 | 3F | 28 | 153 | 5F | 1F |
| Octal | 230 | 4 | 70 | 0 | 141 | 77 | 50 | 523 | 137 | 37 |
| Binary | 10011000 | 100 | 111000 | 0 | 1100001 | 111111 | 101000 | 101010011 | 1011111 | 11111 |
Color Harmonies of #980438
Complementary color
Monochromatic Colors of #980438
Black with #980438
Text Example
Text Example
White with #980438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980438; }
p { color: rgb(152,4,56); }
H1.HeaderClassName
{
color: #980438;
}
.AnyTagClassName
{
color: #980438;
}
</style>
background-color css
<style>
a { background-color: #980438; }
a { background-color: rgb(152,4,56); }
div.DivClassName
{
background-color: #980438;
}
.BgClassName
{
background-color: #980438;
}
</style>
border-color css
<style>
span { border-color: #980438; }
span { border-color: rgb(152,4,56); }
td.TdClassName
{
border-color: #980438;
}
.TagClassName
{
border-color: #980438;
}
</style>