Shades of Mandarian Orange #982626
Tints of Mandarian Orange #982626
RGB
CMYK
RGB Variations
Color information
#982626 (or 0x982626) is known color: Mandarian Orange. HEX triplet: 98, 26 and 26. RGB value is (152,38,38). Sum of RGB (Red+Green+Blue) = 152+38+38=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #982626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982626 is #67D9D9. Grayscale: #484848. Windows color (decimal): -6805978 or 2500248. OLE color: 2500248.
HSL color Cylindrical-coordinate representation of color #982626: hue angle of 0º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982626 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 38 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.40 |
| HSL | 0º | 0.6% | 0.37% | - |
| HSV(B) | 0º | 0.75% | 0.6% | - |
| XYZ | 13.99 | 8.2 | 2.68 | - |
| YUV | 72.09 | 108.77 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 38 | 0 | 0.75 | 0.75 | 0.40 | 0 | 0.6 | 0.37 |
| Hex | 98 | 26 | 26 | 0 | 4B | 4B | 28 | 0 | 3C | 25 |
| Octal | 230 | 46 | 46 | 0 | 113 | 113 | 50 | 0 | 74 | 45 |
| Binary | 10011000 | 100110 | 100110 | 0 | 1001011 | 1001011 | 101000 | 0 | 111100 | 100101 |
Color Harmonies of #982626
Complementary color
Monochromatic Colors of #982626
Black with #982626
Text Example
Text Example
White with #982626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982626; }
p { color: rgb(152,38,38); }
H1.HeaderClassName
{
color: #982626;
}
.AnyTagClassName
{
color: #982626;
}
</style>
background-color css
<style>
a { background-color: #982626; }
a { background-color: rgb(152,38,38); }
div.DivClassName
{
background-color: #982626;
}
.BgClassName
{
background-color: #982626;
}
</style>
border-color css
<style>
span { border-color: #982626; }
span { border-color: rgb(152,38,38); }
td.TdClassName
{
border-color: #982626;
}
.TagClassName
{
border-color: #982626;
}
</style>