Shades of Mandarian Orange #9A1B08
Tints of Mandarian Orange #9A1B08
RGB
CMYK
RGB Variations
Color information
#9A1B08 (or 0x9A1B08) is known color: Mandarian Orange. HEX triplet: 9A, 1B and 08. RGB value is (154,27,8). Sum of RGB (Red+Green+Blue) = 154+27+8=189 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.48% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1B08 is #65E4F7. Grayscale: #3F3F3F. Windows color (decimal): -6677752 or 531354. OLE color: 531354.
HSL color Cylindrical-coordinate representation of color #9A1B08: hue angle of 7.81º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A1B08 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 27 | 8 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.40 |
| HSL | 7.81º | 0.9% | 0.32% | - |
| HSV(B) | 7.81º | 0.95% | 0.6% | - |
| XYZ | 13.76 | 7.67 | 0.99 | - |
| YUV | 62.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 8 | 0 | 0.82 | 0.95 | 0.40 | 7.81 | 0.9 | 0.32 |
| Hex | 9A | 1B | 8 | 0 | 52 | 5F | 28 | 8 | 5A | 20 |
| Octal | 232 | 33 | 10 | 0 | 122 | 137 | 50 | 10 | 132 | 40 |
| Binary | 10011010 | 11011 | 1000 | 0 | 1010010 | 1011111 | 101000 | 1000 | 1011010 | 100000 |
Color Harmonies of #9A1B08
Complementary color
Monochromatic Colors of #9A1B08
Black with #9A1B08
Text Example
Text Example
White with #9A1B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1B08; }
p { color: rgb(154,27,8); }
H1.HeaderClassName
{
color: #9A1B08;
}
.AnyTagClassName
{
color: #9A1B08;
}
</style>
background-color css
<style>
a { background-color: #9A1B08; }
a { background-color: rgb(154,27,8); }
div.DivClassName
{
background-color: #9A1B08;
}
.BgClassName
{
background-color: #9A1B08;
}
</style>
border-color css
<style>
span { border-color: #9A1B08; }
span { border-color: rgb(154,27,8); }
td.TdClassName
{
border-color: #9A1B08;
}
.TagClassName
{
border-color: #9A1B08;
}
</style>