Shades of Mandarian Orange #99281D
Tints of Mandarian Orange #99281D
RGB
CMYK
RGB Variations
Color information
#99281D (or 0x99281D) is known color: Mandarian Orange. HEX triplet: 99, 28 and 1D. RGB value is (153,40,29). Sum of RGB (Red+Green+Blue) = 153+40+29=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #99281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99281D is #66D7E2. Grayscale: #484848. Windows color (decimal): -6739939 or 1910937. OLE color: 1910937.
HSL color Cylindrical-coordinate representation of color #99281D: hue angle of 5.32º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99281D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 29 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.4 |
| HSL | 5.32º | 0.68% | 0.36% | - |
| HSV(B) | 5.32º | 0.81% | 0.6% | - |
| XYZ | 14.12 | 8.38 | 2.04 | - |
| YUV | 72.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 29 | 0 | 0.74 | 0.81 | 0.4 | 5.32 | 0.68 | 0.36 |
| Hex | 99 | 28 | 1D | 0 | 4A | 51 | 28 | 5 | 44 | 24 |
| Octal | 231 | 50 | 35 | 0 | 112 | 121 | 50 | 5 | 104 | 44 |
| Binary | 10011001 | 101000 | 11101 | 0 | 1001010 | 1010001 | 101000 | 101 | 1000100 | 100100 |
Color Harmonies of #99281D
Complementary color
Monochromatic Colors of #99281D
Black with #99281D
Text Example
Text Example
White with #99281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99281D; }
p { color: rgb(153,40,29); }
H1.HeaderClassName
{
color: #99281D;
}
.AnyTagClassName
{
color: #99281D;
}
</style>
background-color css
<style>
a { background-color: #99281D; }
a { background-color: rgb(153,40,29); }
div.DivClassName
{
background-color: #99281D;
}
.BgClassName
{
background-color: #99281D;
}
</style>
border-color css
<style>
span { border-color: #99281D; }
span { border-color: rgb(153,40,29); }
td.TdClassName
{
border-color: #99281D;
}
.TagClassName
{
border-color: #99281D;
}
</style>