Shades of Mandarian Orange #972823
Tints of Mandarian Orange #972823
RGB
CMYK
RGB Variations
Color information
#972823 (or 0x972823) is known color: Mandarian Orange. HEX triplet: 97, 28 and 23. RGB value is (151,40,35). Sum of RGB (Red+Green+Blue) = 151+40+35=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #972823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972823 is #68D7DC. Grayscale: #484848. Windows color (decimal): -6871005 or 2304151. OLE color: 2304151.
HSL color Cylindrical-coordinate representation of color #972823: hue angle of 2.59º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972823 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 40 | 35 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.41 |
| HSL | 2.59º | 0.62% | 0.36% | - |
| HSV(B) | 2.59º | 0.77% | 0.59% | - |
| XYZ | 13.82 | 8.22 | 2.45 | - |
| YUV | 72.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 35 | 0 | 0.74 | 0.77 | 0.41 | 2.59 | 0.62 | 0.36 |
| Hex | 97 | 28 | 23 | 0 | 4A | 4D | 29 | 3 | 3E | 24 |
| Octal | 227 | 50 | 43 | 0 | 112 | 115 | 51 | 3 | 76 | 44 |
| Binary | 10010111 | 101000 | 100011 | 0 | 1001010 | 1001101 | 101001 | 11 | 111110 | 100100 |
Color Harmonies of #972823
Complementary color
Monochromatic Colors of #972823
Black with #972823
Text Example
Text Example
White with #972823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972823; }
p { color: rgb(151,40,35); }
H1.HeaderClassName
{
color: #972823;
}
.AnyTagClassName
{
color: #972823;
}
</style>
background-color css
<style>
a { background-color: #972823; }
a { background-color: rgb(151,40,35); }
div.DivClassName
{
background-color: #972823;
}
.BgClassName
{
background-color: #972823;
}
</style>
border-color css
<style>
span { border-color: #972823; }
span { border-color: rgb(151,40,35); }
td.TdClassName
{
border-color: #972823;
}
.TagClassName
{
border-color: #972823;
}
</style>