Shades of Mandarian Orange #972828
Tints of Mandarian Orange #972828
RGB
CMYK
RGB Variations
Color information
#972828 (or 0x972828) is known color: Mandarian Orange. HEX triplet: 97, 28 and 28. RGB value is (151,40,40). Sum of RGB (Red+Green+Blue) = 151+40+40=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #972828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972828 is #68D7D7. Grayscale: #494949. Windows color (decimal): -6871000 or 2631831. OLE color: 2631831.
HSL color Cylindrical-coordinate representation of color #972828: hue angle of 0º degrees, saturation: 0.58, 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 #972828 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 40 | 40 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.41 |
| HSL | 0º | 0.58% | 0.37% | - |
| HSV(B) | 0º | 0.74% | 0.59% | - |
| XYZ | 13.9 | 8.25 | 2.87 | - |
| YUV | 73.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 40 | 0 | 0.74 | 0.74 | 0.41 | 0 | 0.58 | 0.37 |
| Hex | 97 | 28 | 28 | 0 | 4A | 4A | 29 | 0 | 3A | 25 |
| Octal | 227 | 50 | 50 | 0 | 112 | 112 | 51 | 0 | 72 | 45 |
| Binary | 10010111 | 101000 | 101000 | 0 | 1001010 | 1001010 | 101001 | 0 | 111010 | 100101 |
Color Harmonies of #972828
Complementary color
Monochromatic Colors of #972828
Black with #972828
Text Example
Text Example
White with #972828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972828; }
p { color: rgb(151,40,40); }
H1.HeaderClassName
{
color: #972828;
}
.AnyTagClassName
{
color: #972828;
}
</style>
background-color css
<style>
a { background-color: #972828; }
a { background-color: rgb(151,40,40); }
div.DivClassName
{
background-color: #972828;
}
.BgClassName
{
background-color: #972828;
}
</style>
border-color css
<style>
span { border-color: #972828; }
span { border-color: rgb(151,40,40); }
td.TdClassName
{
border-color: #972828;
}
.TagClassName
{
border-color: #972828;
}
</style>