Shades of Mandarian Orange #97201B
Tints of Mandarian Orange #97201B
RGB
CMYK
RGB Variations
Color information
#97201B (or 0x97201B) is known color: Mandarian Orange. HEX triplet: 97, 20 and 1B. RGB value is (151,32,27). Sum of RGB (Red+Green+Blue) = 151+32+27=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #97201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97201B is #68DFE4. Grayscale: #434343. Windows color (decimal): -6873061 or 1777815. OLE color: 1777815.
HSL color Cylindrical-coordinate representation of color #97201B: hue angle of 2.42º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #97201B is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 32 | 27 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.41 |
| HSL | 2.42º | 0.7% | 0.35% | - |
| HSV(B) | 2.42º | 0.82% | 0.59% | - |
| XYZ | 13.48 | 7.69 | 1.81 | - |
| YUV | 67.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 27 | 0 | 0.79 | 0.82 | 0.41 | 2.42 | 0.7 | 0.35 |
| Hex | 97 | 20 | 1B | 0 | 4F | 52 | 29 | 2 | 46 | 23 |
| Octal | 227 | 40 | 33 | 0 | 117 | 122 | 51 | 2 | 106 | 43 |
| Binary | 10010111 | 100000 | 11011 | 0 | 1001111 | 1010010 | 101001 | 10 | 1000110 | 100011 |
Color Harmonies of #97201B
Complementary color
Monochromatic Colors of #97201B
Black with #97201B
Text Example
Text Example
White with #97201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97201B; }
p { color: rgb(151,32,27); }
H1.HeaderClassName
{
color: #97201B;
}
.AnyTagClassName
{
color: #97201B;
}
</style>
background-color css
<style>
a { background-color: #97201B; }
a { background-color: rgb(151,32,27); }
div.DivClassName
{
background-color: #97201B;
}
.BgClassName
{
background-color: #97201B;
}
</style>
border-color css
<style>
span { border-color: #97201B; }
span { border-color: rgb(151,32,27); }
td.TdClassName
{
border-color: #97201B;
}
.TagClassName
{
border-color: #97201B;
}
</style>