Shades of Mandarian Orange #99251B
Tints of Mandarian Orange #99251B
RGB
CMYK
RGB Variations
Color information
#99251B (or 0x99251B) is known color: Mandarian Orange. HEX triplet: 99, 25 and 1B. RGB value is (153,37,27). Sum of RGB (Red+Green+Blue) = 153+37+27=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #99251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99251B is #66DAE4. Grayscale: #464646. Windows color (decimal): -6740709 or 1779097. OLE color: 1779097.
HSL color Cylindrical-coordinate representation of color #99251B: hue angle of 4.76º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99251B is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 27 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.4 |
| HSL | 4.76º | 0.7% | 0.35% | - |
| HSV(B) | 4.76º | 0.82% | 0.6% | - |
| XYZ | 14 | 8.17 | 1.88 | - |
| YUV | 70.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 27 | 0 | 0.76 | 0.82 | 0.4 | 4.76 | 0.7 | 0.35 |
| Hex | 99 | 25 | 1B | 0 | 4C | 52 | 28 | 5 | 46 | 23 |
| Octal | 231 | 45 | 33 | 0 | 114 | 122 | 50 | 5 | 106 | 43 |
| Binary | 10011001 | 100101 | 11011 | 0 | 1001100 | 1010010 | 101000 | 101 | 1000110 | 100011 |
Color Harmonies of #99251B
Complementary color
Monochromatic Colors of #99251B
Black with #99251B
Text Example
Text Example
White with #99251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99251B; }
p { color: rgb(153,37,27); }
H1.HeaderClassName
{
color: #99251B;
}
.AnyTagClassName
{
color: #99251B;
}
</style>
background-color css
<style>
a { background-color: #99251B; }
a { background-color: rgb(153,37,27); }
div.DivClassName
{
background-color: #99251B;
}
.BgClassName
{
background-color: #99251B;
}
</style>
border-color css
<style>
span { border-color: #99251B; }
span { border-color: rgb(153,37,27); }
td.TdClassName
{
border-color: #99251B;
}
.TagClassName
{
border-color: #99251B;
}
</style>