Shades of Mandarian Orange #972A22
Tints of Mandarian Orange #972A22
RGB
CMYK
RGB Variations
Color information
#972A22 (or 0x972A22) is known color: Mandarian Orange. HEX triplet: 97, 2A and 22. RGB value is (151,42,34). Sum of RGB (Red+Green+Blue) = 151+42+34=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #972A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972A22 is #68D5DD. Grayscale: #494949. Windows color (decimal): -6870494 or 2239127. OLE color: 2239127.
HSL color Cylindrical-coordinate representation of color #972A22: hue angle of 4.1º degrees, saturation: 0.63, 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 #972A22 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 42 | 34 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.41 |
| HSL | 4.1º | 0.63% | 0.36% | - |
| HSV(B) | 4.1º | 0.77% | 0.59% | - |
| XYZ | 13.88 | 8.35 | 2.39 | - |
| YUV | 73.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 34 | 0 | 0.72 | 0.77 | 0.41 | 4.1 | 0.63 | 0.36 |
| Hex | 97 | 2A | 22 | 0 | 48 | 4D | 29 | 4 | 3F | 24 |
| Octal | 227 | 52 | 42 | 0 | 110 | 115 | 51 | 4 | 77 | 44 |
| Binary | 10010111 | 101010 | 100010 | 0 | 1001000 | 1001101 | 101001 | 100 | 111111 | 100100 |
Color Harmonies of #972A22
Complementary color
Monochromatic Colors of #972A22
Black with #972A22
Text Example
Text Example
White with #972A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972A22; }
p { color: rgb(151,42,34); }
H1.HeaderClassName
{
color: #972A22;
}
.AnyTagClassName
{
color: #972A22;
}
</style>
background-color css
<style>
a { background-color: #972A22; }
a { background-color: rgb(151,42,34); }
div.DivClassName
{
background-color: #972A22;
}
.BgClassName
{
background-color: #972A22;
}
</style>
border-color css
<style>
span { border-color: #972A22; }
span { border-color: rgb(151,42,34); }
td.TdClassName
{
border-color: #972A22;
}
.TagClassName
{
border-color: #972A22;
}
</style>