Shades of Guardsman Red #983334
Tints of Guardsman Red #983334
RGB
CMYK
RGB Variations
Color information
#983334 (or 0x983334) is known color: Guardsman Red. HEX triplet: 98, 33 and 34. RGB value is (152,51,52). Sum of RGB (Red+Green+Blue) = 152+51+52=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #983334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983334 is #67CCCB. Grayscale: #515151. Windows color (decimal): -6802636 or 3421080. OLE color: 3421080.
HSL color Cylindrical-coordinate representation of color #983334: hue angle of 359.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983334 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 52 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.40 |
| HSL | 359.41º | 0.5% | 0.4% | - |
| HSV(B) | 359.41º | 0.66% | 0.6% | - |
| XYZ | 14.75 | 9.29 | 4.26 | - |
| YUV | 81.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 52 | 0 | 0.66 | 0.66 | 0.40 | 359.41 | 0.5 | 0.4 |
| Hex | 98 | 33 | 34 | 0 | 42 | 42 | 28 | 167 | 32 | 28 |
| Octal | 230 | 63 | 64 | 0 | 102 | 102 | 50 | 547 | 62 | 50 |
| Binary | 10011000 | 110011 | 110100 | 0 | 1000010 | 1000010 | 101000 | 101100111 | 110010 | 101000 |
Color Harmonies of #983334
Complementary color
Monochromatic Colors of #983334
Black with #983334
Text Example
Text Example
White with #983334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983334; }
p { color: rgb(152,51,52); }
H1.HeaderClassName
{
color: #983334;
}
.AnyTagClassName
{
color: #983334;
}
</style>
background-color css
<style>
a { background-color: #983334; }
a { background-color: rgb(152,51,52); }
div.DivClassName
{
background-color: #983334;
}
.BgClassName
{
background-color: #983334;
}
</style>
border-color css
<style>
span { border-color: #983334; }
span { border-color: rgb(152,51,52); }
td.TdClassName
{
border-color: #983334;
}
.TagClassName
{
border-color: #983334;
}
</style>