Shades of Mandarian Orange #99281B
Tints of Mandarian Orange #99281B
RGB
CMYK
RGB Variations
Color information
#99281B (or 0x99281B) is known color: Mandarian Orange. HEX triplet: 99, 28 and 1B. RGB value is (153,40,27). Sum of RGB (Red+Green+Blue) = 153+40+27=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #99281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99281B is #66D7E4. Grayscale: #484848. Windows color (decimal): -6739941 or 1779865. OLE color: 1779865.
HSL color Cylindrical-coordinate representation of color #99281B: hue angle of 6.19º 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 #99281B is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 27 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.4 |
| HSL | 6.19º | 0.7% | 0.35% | - |
| HSV(B) | 6.19º | 0.82% | 0.6% | - |
| XYZ | 14.09 | 8.37 | 1.91 | - |
| YUV | 72.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 27 | 0 | 0.74 | 0.82 | 0.4 | 6.19 | 0.7 | 0.35 |
| Hex | 99 | 28 | 1B | 0 | 4A | 52 | 28 | 6 | 46 | 23 |
| Octal | 231 | 50 | 33 | 0 | 112 | 122 | 50 | 6 | 106 | 43 |
| Binary | 10011001 | 101000 | 11011 | 0 | 1001010 | 1010010 | 101000 | 110 | 1000110 | 100011 |
Color Harmonies of #99281B
Complementary color
Monochromatic Colors of #99281B
Black with #99281B
Text Example
Text Example
White with #99281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99281B; }
p { color: rgb(153,40,27); }
H1.HeaderClassName
{
color: #99281B;
}
.AnyTagClassName
{
color: #99281B;
}
</style>
background-color css
<style>
a { background-color: #99281B; }
a { background-color: rgb(153,40,27); }
div.DivClassName
{
background-color: #99281B;
}
.BgClassName
{
background-color: #99281B;
}
</style>
border-color css
<style>
span { border-color: #99281B; }
span { border-color: rgb(153,40,27); }
td.TdClassName
{
border-color: #99281B;
}
.TagClassName
{
border-color: #99281B;
}
</style>