Shades of Guardsman Red #983137
Tints of Guardsman Red #983137
RGB
CMYK
RGB Variations
Color information
#983137 (or 0x983137) is known color: Guardsman Red. HEX triplet: 98, 31 and 37. RGB value is (152,49,55). Sum of RGB (Red+Green+Blue) = 152+49+55=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983137 is #67CEC8. Grayscale: #505050. Windows color (decimal): -6803145 or 3617176. OLE color: 3617176.
HSL color Cylindrical-coordinate representation of color #983137: hue angle of 356.5º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983137 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 55 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.40 |
| HSL | 356.5º | 0.51% | 0.39% | - |
| HSV(B) | 356.5º | 0.68% | 0.6% | - |
| XYZ | 14.74 | 9.15 | 4.6 | - |
| YUV | 80.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 55 | 0 | 0.68 | 0.64 | 0.40 | 356.5 | 0.51 | 0.39 |
| Hex | 98 | 31 | 37 | 0 | 44 | 40 | 28 | 165 | 33 | 27 |
| Octal | 230 | 61 | 67 | 0 | 104 | 100 | 50 | 545 | 63 | 47 |
| Binary | 10011000 | 110001 | 110111 | 0 | 1000100 | 1000000 | 101000 | 101100101 | 110011 | 100111 |
Color Harmonies of #983137
Complementary color
Monochromatic Colors of #983137
Black with #983137
Text Example
Text Example
White with #983137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983137; }
p { color: rgb(152,49,55); }
H1.HeaderClassName
{
color: #983137;
}
.AnyTagClassName
{
color: #983137;
}
</style>
background-color css
<style>
a { background-color: #983137; }
a { background-color: rgb(152,49,55); }
div.DivClassName
{
background-color: #983137;
}
.BgClassName
{
background-color: #983137;
}
</style>
border-color css
<style>
span { border-color: #983137; }
span { border-color: rgb(152,49,55); }
td.TdClassName
{
border-color: #983137;
}
.TagClassName
{
border-color: #983137;
}
</style>