Shades of Mandarian Orange #982B1F
Tints of Mandarian Orange #982B1F
RGB
CMYK
RGB Variations
Color information
#982B1F (or 0x982B1F) is known color: Mandarian Orange. HEX triplet: 98, 2B and 1F. RGB value is (152,43,31). Sum of RGB (Red+Green+Blue) = 152+43+31=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #982B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982B1F is #67D4E0. Grayscale: #4A4A4A. Windows color (decimal): -6804705 or 2042776. OLE color: 2042776.
HSL color Cylindrical-coordinate representation of color #982B1F: hue angle of 5.95º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #982B1F is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 43 | 31 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.40 |
| HSL | 5.95º | 0.66% | 0.36% | - |
| HSV(B) | 5.95º | 0.8% | 0.6% | - |
| XYZ | 14.06 | 8.5 | 2.2 | - |
| YUV | 74.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 31 | 0 | 0.72 | 0.80 | 0.40 | 5.95 | 0.66 | 0.36 |
| Hex | 98 | 2B | 1F | 0 | 48 | 50 | 28 | 6 | 42 | 24 |
| Octal | 230 | 53 | 37 | 0 | 110 | 120 | 50 | 6 | 102 | 44 |
| Binary | 10011000 | 101011 | 11111 | 0 | 1001000 | 1010000 | 101000 | 110 | 1000010 | 100100 |
Color Harmonies of #982B1F
Complementary color
Monochromatic Colors of #982B1F
Black with #982B1F
Text Example
Text Example
White with #982B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982B1F; }
p { color: rgb(152,43,31); }
H1.HeaderClassName
{
color: #982B1F;
}
.AnyTagClassName
{
color: #982B1F;
}
</style>
background-color css
<style>
a { background-color: #982B1F; }
a { background-color: rgb(152,43,31); }
div.DivClassName
{
background-color: #982B1F;
}
.BgClassName
{
background-color: #982B1F;
}
</style>
border-color css
<style>
span { border-color: #982B1F; }
span { border-color: rgb(152,43,31); }
td.TdClassName
{
border-color: #982B1F;
}
.TagClassName
{
border-color: #982B1F;
}
</style>