Shades of Burgundy #98083C
Tints of Burgundy #98083C
RGB
CMYK
RGB Variations
Color information
#98083C (or 0x98083C) is known color: Burgundy. HEX triplet: 98, 08 and 3C. RGB value is (152,8,60). Sum of RGB (Red+Green+Blue) = 152+8+60=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98083C is #67F7C3. Grayscale: #383838. Windows color (decimal): -6813636 or 3934360. OLE color: 3934360.
HSL color Cylindrical-coordinate representation of color #98083C: hue angle of 338.33º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98083C is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 8 | 60 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.40 |
| HSL | 338.33º | 0.9% | 0.31% | - |
| HSV(B) | 338.33º | 0.95% | 0.6% | - |
| XYZ | 13.85 | 7.18 | 4.93 | - |
| YUV | 56.98 | 129.71 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 60 | 0 | 0.95 | 0.61 | 0.40 | 338.33 | 0.9 | 0.31 |
| Hex | 98 | 8 | 3C | 0 | 5F | 3D | 28 | 152 | 5A | 1F |
| Octal | 230 | 10 | 74 | 0 | 137 | 75 | 50 | 522 | 132 | 37 |
| Binary | 10011000 | 1000 | 111100 | 0 | 1011111 | 111101 | 101000 | 101010010 | 1011010 | 11111 |
Color Harmonies of #98083C
Complementary color
Monochromatic Colors of #98083C
Black with #98083C
Text Example
Text Example
White with #98083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98083C; }
p { color: rgb(152,8,60); }
H1.HeaderClassName
{
color: #98083C;
}
.AnyTagClassName
{
color: #98083C;
}
</style>
background-color css
<style>
a { background-color: #98083C; }
a { background-color: rgb(152,8,60); }
div.DivClassName
{
background-color: #98083C;
}
.BgClassName
{
background-color: #98083C;
}
</style>
border-color css
<style>
span { border-color: #98083C; }
span { border-color: rgb(152,8,60); }
td.TdClassName
{
border-color: #98083C;
}
.TagClassName
{
border-color: #98083C;
}
</style>