Shades of Guardsman Red #972728
Tints of Guardsman Red #972728
RGB
CMYK
RGB Variations
Color information
#972728 (or 0x972728) is known color: Guardsman Red. HEX triplet: 97, 27 and 28. RGB value is (151,39,40). Sum of RGB (Red+Green+Blue) = 151+39+40=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #972728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972728 is #68D8D7. Grayscale: #484848. Windows color (decimal): -6871256 or 2631575. OLE color: 2631575.
HSL color Cylindrical-coordinate representation of color #972728: hue angle of 359.46º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972728 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 39 | 40 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.41 |
| HSL | 359.46º | 0.59% | 0.37% | - |
| HSV(B) | 359.46º | 0.74% | 0.59% | - |
| XYZ | 13.87 | 8.18 | 2.86 | - |
| YUV | 72.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 40 | 0 | 0.74 | 0.74 | 0.41 | 359.46 | 0.59 | 0.37 |
| Hex | 97 | 27 | 28 | 0 | 4A | 4A | 29 | 167 | 3B | 25 |
| Octal | 227 | 47 | 50 | 0 | 112 | 112 | 51 | 547 | 73 | 45 |
| Binary | 10010111 | 100111 | 101000 | 0 | 1001010 | 1001010 | 101001 | 101100111 | 111011 | 100101 |
Color Harmonies of #972728
Complementary color
Monochromatic Colors of #972728
Black with #972728
Text Example
Text Example
White with #972728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972728; }
p { color: rgb(151,39,40); }
H1.HeaderClassName
{
color: #972728;
}
.AnyTagClassName
{
color: #972728;
}
</style>
background-color css
<style>
a { background-color: #972728; }
a { background-color: rgb(151,39,40); }
div.DivClassName
{
background-color: #972728;
}
.BgClassName
{
background-color: #972728;
}
</style>
border-color css
<style>
span { border-color: #972728; }
span { border-color: rgb(151,39,40); }
td.TdClassName
{
border-color: #972728;
}
.TagClassName
{
border-color: #972728;
}
</style>