Shades of Guardsman Red #9D313E
Tints of Guardsman Red #9D313E
RGB
CMYK
RGB Variations
Color information
#9D313E (or 0x9D313E) is known color: Guardsman Red. HEX triplet: 9D, 31 and 3E. RGB value is (157,49,62). Sum of RGB (Red+Green+Blue) = 157+49+62=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D313E is #62CEC1. Grayscale: #525252. Windows color (decimal): -6475458 or 4075933. OLE color: 4075933.
HSL color Cylindrical-coordinate representation of color #9D313E: hue angle of 352.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D313E is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 49 | 62 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.38 |
| HSL | 352.78º | 0.52% | 0.4% | - |
| HSV(B) | 352.78º | 0.69% | 0.62% | - |
| XYZ | 15.87 | 9.71 | 5.6 | - |
| YUV | 82.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 49 | 62 | 0 | 0.69 | 0.61 | 0.38 | 352.78 | 0.52 | 0.4 |
| Hex | 9D | 31 | 3E | 0 | 45 | 3D | 26 | 161 | 34 | 28 |
| Octal | 235 | 61 | 76 | 0 | 105 | 75 | 46 | 541 | 64 | 50 |
| Binary | 10011101 | 110001 | 111110 | 0 | 1000101 | 111101 | 100110 | 101100001 | 110100 | 101000 |
Color Harmonies of #9D313E
Complementary color
Monochromatic Colors of #9D313E
Black with #9D313E
Text Example
Text Example
White with #9D313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D313E; }
p { color: rgb(157,49,62); }
H1.HeaderClassName
{
color: #9D313E;
}
.AnyTagClassName
{
color: #9D313E;
}
</style>
background-color css
<style>
a { background-color: #9D313E; }
a { background-color: rgb(157,49,62); }
div.DivClassName
{
background-color: #9D313E;
}
.BgClassName
{
background-color: #9D313E;
}
</style>
border-color css
<style>
span { border-color: #9D313E; }
span { border-color: rgb(157,49,62); }
td.TdClassName
{
border-color: #9D313E;
}
.TagClassName
{
border-color: #9D313E;
}
</style>