Shades of Mandarian Orange #962525
Tints of Mandarian Orange #962525
RGB
CMYK
RGB Variations
Color information
#962525 (or 0x962525) is known color: Mandarian Orange. HEX triplet: 96, 25 and 25. RGB value is (150,37,37). Sum of RGB (Red+Green+Blue) = 150+37+37=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #962525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962525 is #69DADA. Grayscale: #464646. Windows color (decimal): -6937307 or 2434454. OLE color: 2434454.
HSL color Cylindrical-coordinate representation of color #962525: hue angle of 0º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962525 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 37 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.41 |
| HSL | 0º | 0.6% | 0.37% | - |
| HSV(B) | 0º | 0.75% | 0.59% | - |
| XYZ | 13.57 | 7.94 | 2.57 | - |
| YUV | 70.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 37 | 0 | 0.75 | 0.75 | 0.41 | 0 | 0.6 | 0.37 |
| Hex | 96 | 25 | 25 | 0 | 4B | 4B | 29 | 0 | 3C | 25 |
| Octal | 226 | 45 | 45 | 0 | 113 | 113 | 51 | 0 | 74 | 45 |
| Binary | 10010110 | 100101 | 100101 | 0 | 1001011 | 1001011 | 101001 | 0 | 111100 | 100101 |
Color Harmonies of #962525
Complementary color
Monochromatic Colors of #962525
Black with #962525
Text Example
Text Example
White with #962525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962525; }
p { color: rgb(150,37,37); }
H1.HeaderClassName
{
color: #962525;
}
.AnyTagClassName
{
color: #962525;
}
</style>
background-color css
<style>
a { background-color: #962525; }
a { background-color: rgb(150,37,37); }
div.DivClassName
{
background-color: #962525;
}
.BgClassName
{
background-color: #962525;
}
</style>
border-color css
<style>
span { border-color: #962525; }
span { border-color: rgb(150,37,37); }
td.TdClassName
{
border-color: #962525;
}
.TagClassName
{
border-color: #962525;
}
</style>