Shades of Mandarian Orange #982A1B
Tints of Mandarian Orange #982A1B
RGB
CMYK
RGB Variations
Color information
#982A1B (or 0x982A1B) is known color: Mandarian Orange. HEX triplet: 98, 2A and 1B. RGB value is (152,42,27). Sum of RGB (Red+Green+Blue) = 152+42+27=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #982A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982A1B is #67D5E4. Grayscale: #494949. Windows color (decimal): -6804965 or 1780376. OLE color: 1780376.
HSL color Cylindrical-coordinate representation of color #982A1B: hue angle of 7.2º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982A1B is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 42 | 27 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.40 |
| HSL | 7.2º | 0.7% | 0.35% | - |
| HSV(B) | 7.2º | 0.82% | 0.6% | - |
| XYZ | 13.97 | 8.41 | 1.92 | - |
| YUV | 73.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 27 | 0 | 0.72 | 0.82 | 0.40 | 7.2 | 0.7 | 0.35 |
| Hex | 98 | 2A | 1B | 0 | 48 | 52 | 28 | 7 | 46 | 23 |
| Octal | 230 | 52 | 33 | 0 | 110 | 122 | 50 | 7 | 106 | 43 |
| Binary | 10011000 | 101010 | 11011 | 0 | 1001000 | 1010010 | 101000 | 111 | 1000110 | 100011 |
Color Harmonies of #982A1B
Complementary color
Monochromatic Colors of #982A1B
Black with #982A1B
Text Example
Text Example
White with #982A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982A1B; }
p { color: rgb(152,42,27); }
H1.HeaderClassName
{
color: #982A1B;
}
.AnyTagClassName
{
color: #982A1B;
}
</style>
background-color css
<style>
a { background-color: #982A1B; }
a { background-color: rgb(152,42,27); }
div.DivClassName
{
background-color: #982A1B;
}
.BgClassName
{
background-color: #982A1B;
}
</style>
border-color css
<style>
span { border-color: #982A1B; }
span { border-color: rgb(152,42,27); }
td.TdClassName
{
border-color: #982A1B;
}
.TagClassName
{
border-color: #982A1B;
}
</style>