Shades of Mandarian Orange #9B2523
Tints of Mandarian Orange #9B2523
RGB
CMYK
RGB Variations
Color information
#9B2523 (or 0x9B2523) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 23. RGB value is (155,37,35). Sum of RGB (Red+Green+Blue) = 155+37+35=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2523 is #64DADC. Grayscale: #484848. Windows color (decimal): -6609629 or 2303387. OLE color: 2303387.
HSL color Cylindrical-coordinate representation of color #9B2523: hue angle of 1º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2523 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 35 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.39 |
| HSL | 1º | 0.63% | 0.37% | - |
| HSV(B) | 1º | 0.77% | 0.61% | - |
| XYZ | 14.48 | 8.41 | 2.45 | - |
| YUV | 72.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 35 | 0 | 0.76 | 0.77 | 0.39 | 1 | 0.63 | 0.37 |
| Hex | 9B | 25 | 23 | 0 | 4C | 4D | 27 | 1 | 3F | 25 |
| Octal | 233 | 45 | 43 | 0 | 114 | 115 | 47 | 1 | 77 | 45 |
| Binary | 10011011 | 100101 | 100011 | 0 | 1001100 | 1001101 | 100111 | 1 | 111111 | 100101 |
Color Harmonies of #9B2523
Complementary color
Monochromatic Colors of #9B2523
Black with #9B2523
Text Example
Text Example
White with #9B2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2523; }
p { color: rgb(155,37,35); }
H1.HeaderClassName
{
color: #9B2523;
}
.AnyTagClassName
{
color: #9B2523;
}
</style>
background-color css
<style>
a { background-color: #9B2523; }
a { background-color: rgb(155,37,35); }
div.DivClassName
{
background-color: #9B2523;
}
.BgClassName
{
background-color: #9B2523;
}
</style>
border-color css
<style>
span { border-color: #9B2523; }
span { border-color: rgb(155,37,35); }
td.TdClassName
{
border-color: #9B2523;
}
.TagClassName
{
border-color: #9B2523;
}
</style>