Shades of Mandarian Orange #99281C
Tints of Mandarian Orange #99281C
RGB
CMYK
RGB Variations
Color information
#99281C (or 0x99281C) is known color: Mandarian Orange. HEX triplet: 99, 28 and 1C. RGB value is (153,40,28). Sum of RGB (Red+Green+Blue) = 153+40+28=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #99281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99281C is #66D7E3. Grayscale: #484848. Windows color (decimal): -6739940 or 1845401. OLE color: 1845401.
HSL color Cylindrical-coordinate representation of color #99281C: hue angle of 5.76º degrees, saturation: 0.69, 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 #99281C is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 28 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.4 |
| HSL | 5.76º | 0.69% | 0.35% | - |
| HSV(B) | 5.76º | 0.82% | 0.6% | - |
| XYZ | 14.11 | 8.37 | 1.97 | - |
| YUV | 72.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 28 | 0 | 0.74 | 0.82 | 0.4 | 5.76 | 0.69 | 0.35 |
| Hex | 99 | 28 | 1C | 0 | 4A | 52 | 28 | 6 | 45 | 23 |
| Octal | 231 | 50 | 34 | 0 | 112 | 122 | 50 | 6 | 105 | 43 |
| Binary | 10011001 | 101000 | 11100 | 0 | 1001010 | 1010010 | 101000 | 110 | 1000101 | 100011 |
Color Harmonies of #99281C
Complementary color
Monochromatic Colors of #99281C
Black with #99281C
Text Example
Text Example
White with #99281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99281C; }
p { color: rgb(153,40,28); }
H1.HeaderClassName
{
color: #99281C;
}
.AnyTagClassName
{
color: #99281C;
}
</style>
background-color css
<style>
a { background-color: #99281C; }
a { background-color: rgb(153,40,28); }
div.DivClassName
{
background-color: #99281C;
}
.BgClassName
{
background-color: #99281C;
}
</style>
border-color css
<style>
span { border-color: #99281C; }
span { border-color: rgb(153,40,28); }
td.TdClassName
{
border-color: #99281C;
}
.TagClassName
{
border-color: #99281C;
}
</style>