Shades of Mandarian Orange #9A1B19
Tints of Mandarian Orange #9A1B19
RGB
CMYK
RGB Variations
Color information
#9A1B19 (or 0x9A1B19) is known color: Mandarian Orange. HEX triplet: 9A, 1B and 19. RGB value is (154,27,25). Sum of RGB (Red+Green+Blue) = 154+27+25=206 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.76% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1B19 is #65E4E6. Grayscale: #404040. Windows color (decimal): -6677735 or 1645466. OLE color: 1645466.
HSL color Cylindrical-coordinate representation of color #9A1B19: hue angle of 0.93º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1B19 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 27 | 25 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.40 |
| HSL | 0.93º | 0.72% | 0.35% | - |
| HSV(B) | 0.93º | 0.84% | 0.6% | - |
| XYZ | 13.89 | 7.72 | 1.68 | - |
| YUV | 64.75 | 105.58 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 25 | 0 | 0.82 | 0.84 | 0.40 | 0.93 | 0.72 | 0.35 |
| Hex | 9A | 1B | 19 | 0 | 52 | 54 | 28 | 1 | 48 | 23 |
| Octal | 232 | 33 | 31 | 0 | 122 | 124 | 50 | 1 | 110 | 43 |
| Binary | 10011010 | 11011 | 11001 | 0 | 1010010 | 1010100 | 101000 | 1 | 1001000 | 100011 |
Color Harmonies of #9A1B19
Complementary color
Monochromatic Colors of #9A1B19
Black with #9A1B19
Text Example
Text Example
White with #9A1B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1B19; }
p { color: rgb(154,27,25); }
H1.HeaderClassName
{
color: #9A1B19;
}
.AnyTagClassName
{
color: #9A1B19;
}
</style>
background-color css
<style>
a { background-color: #9A1B19; }
a { background-color: rgb(154,27,25); }
div.DivClassName
{
background-color: #9A1B19;
}
.BgClassName
{
background-color: #9A1B19;
}
</style>
border-color css
<style>
span { border-color: #9A1B19; }
span { border-color: rgb(154,27,25); }
td.TdClassName
{
border-color: #9A1B19;
}
.TagClassName
{
border-color: #9A1B19;
}
</style>