Shades of Mandarian Orange #972403
Tints of Mandarian Orange #972403
RGB
CMYK
RGB Variations
Color information
#972403 (or 0x972403) is known color: Mandarian Orange. HEX triplet: 97, 24 and 03. RGB value is (151,36,3). Sum of RGB (Red+Green+Blue) = 151+36+3=190 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.47% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 151 - color contains mainly: red. Hex color #972403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972403 is #68DBFC. Grayscale: #424242. Windows color (decimal): -6872061 or 205975. OLE color: 205975.
HSL color Cylindrical-coordinate representation of color #972403: hue angle of 13.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #972403 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 36 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.41 |
| HSL | 13.38º | 0.96% | 0.3% | - |
| HSV(B) | 13.38º | 0.98% | 0.59% | - |
| XYZ | 13.41 | 7.85 | 0.89 | - |
| YUV | 66.62 | 92.1 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 3 | 0 | 0.76 | 0.98 | 0.41 | 13.38 | 0.96 | 0.3 |
| Hex | 97 | 24 | 3 | 0 | 4C | 62 | 29 | D | 60 | 1E |
| Octal | 227 | 44 | 3 | 0 | 114 | 142 | 51 | 15 | 140 | 36 |
| Binary | 10010111 | 100100 | 11 | 0 | 1001100 | 1100010 | 101001 | 1101 | 1100000 | 11110 |
Color Harmonies of #972403
Complementary color
Monochromatic Colors of #972403
Black with #972403
Text Example
Text Example
White with #972403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972403; }
p { color: rgb(151,36,3); }
H1.HeaderClassName
{
color: #972403;
}
.AnyTagClassName
{
color: #972403;
}
</style>
background-color css
<style>
a { background-color: #972403; }
a { background-color: rgb(151,36,3); }
div.DivClassName
{
background-color: #972403;
}
.BgClassName
{
background-color: #972403;
}
</style>
border-color css
<style>
span { border-color: #972403; }
span { border-color: rgb(151,36,3); }
td.TdClassName
{
border-color: #972403;
}
.TagClassName
{
border-color: #972403;
}
</style>