Shades of Burgundy #980338
Tints of Burgundy #980338
RGB
CMYK
RGB Variations
Color information
#980338 (or 0x980338) is known color: Burgundy. HEX triplet: 98, 03 and 38. RGB value is (152,3,56). Sum of RGB (Red+Green+Blue) = 152+3+56=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #980338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980338 is #67FCC7. Grayscale: #353535. Windows color (decimal): -6814920 or 3670936. OLE color: 3670936.
HSL color Cylindrical-coordinate representation of color #980338: hue angle of 338.66º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980338 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.40 |
| HSL | 338.66º | 0.96% | 0.3% | - |
| HSV(B) | 338.66º | 0.98% | 0.6% | - |
| XYZ | 13.7 | 7.03 | 4.38 | - |
| YUV | 53.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 56 | 0 | 0.98 | 0.63 | 0.40 | 338.66 | 0.96 | 0.3 |
| Hex | 98 | 3 | 38 | 0 | 62 | 3F | 28 | 153 | 60 | 1E |
| Octal | 230 | 3 | 70 | 0 | 142 | 77 | 50 | 523 | 140 | 36 |
| Binary | 10011000 | 11 | 111000 | 0 | 1100010 | 111111 | 101000 | 101010011 | 1100000 | 11110 |
Color Harmonies of #980338
Complementary color
Monochromatic Colors of #980338
Black with #980338
Text Example
Text Example
White with #980338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980338; }
p { color: rgb(152,3,56); }
H1.HeaderClassName
{
color: #980338;
}
.AnyTagClassName
{
color: #980338;
}
</style>
background-color css
<style>
a { background-color: #980338; }
a { background-color: rgb(152,3,56); }
div.DivClassName
{
background-color: #980338;
}
.BgClassName
{
background-color: #980338;
}
</style>
border-color css
<style>
span { border-color: #980338; }
span { border-color: rgb(152,3,56); }
td.TdClassName
{
border-color: #980338;
}
.TagClassName
{
border-color: #980338;
}
</style>