Shades of Mandarian Orange #99291C
Tints of Mandarian Orange #99291C
RGB
CMYK
RGB Variations
Color information
#99291C (or 0x99291C) is known color: Mandarian Orange. HEX triplet: 99, 29 and 1C. RGB value is (153,41,28). Sum of RGB (Red+Green+Blue) = 153+41+28=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #99291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99291C is #66D6E3. Grayscale: #494949. Windows color (decimal): -6739684 or 1845657. OLE color: 1845657.
HSL color Cylindrical-coordinate representation of color #99291C: hue angle of 6.24º 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 #99291C is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 28 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.4 |
| HSL | 6.24º | 0.69% | 0.35% | - |
| HSV(B) | 6.24º | 0.82% | 0.6% | - |
| XYZ | 14.14 | 8.44 | 1.98 | - |
| YUV | 73.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 28 | 0 | 0.73 | 0.82 | 0.4 | 6.24 | 0.69 | 0.35 |
| Hex | 99 | 29 | 1C | 0 | 49 | 52 | 28 | 6 | 45 | 23 |
| Octal | 231 | 51 | 34 | 0 | 111 | 122 | 50 | 6 | 105 | 43 |
| Binary | 10011001 | 101001 | 11100 | 0 | 1001001 | 1010010 | 101000 | 110 | 1000101 | 100011 |
Color Harmonies of #99291C
Complementary color
Monochromatic Colors of #99291C
Black with #99291C
Text Example
Text Example
White with #99291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99291C; }
p { color: rgb(153,41,28); }
H1.HeaderClassName
{
color: #99291C;
}
.AnyTagClassName
{
color: #99291C;
}
</style>
background-color css
<style>
a { background-color: #99291C; }
a { background-color: rgb(153,41,28); }
div.DivClassName
{
background-color: #99291C;
}
.BgClassName
{
background-color: #99291C;
}
</style>
border-color css
<style>
span { border-color: #99291C; }
span { border-color: rgb(153,41,28); }
td.TdClassName
{
border-color: #99291C;
}
.TagClassName
{
border-color: #99291C;
}
</style>