Shades of Mandarian Orange #91281D
Tints of Mandarian Orange #91281D
RGB
CMYK
RGB Variations
Color information
#91281D (or 0x91281D) is known color: Mandarian Orange. HEX triplet: 91, 28 and 1D. RGB value is (145,40,29). Sum of RGB (Red+Green+Blue) = 145+40+29=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #91281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91281D is #6ED7E2. Grayscale: #464646. Windows color (decimal): -7264227 or 1910929. OLE color: 1910929.
HSL color Cylindrical-coordinate representation of color #91281D: hue angle of 5.69º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91281D is Cyan = 0, Magento = 0.72, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 40 | 29 | - |
| CMYK | 0 | 0.72 | 0.8 | 0.43 |
| HSL | 5.69º | 0.67% | 0.34% | - |
| HSV(B) | 5.69º | 0.8% | 0.57% | - |
| XYZ | 12.66 | 7.63 | 1.97 | - |
| YUV | 70.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 29 | 0 | 0.72 | 0.8 | 0.43 | 5.69 | 0.67 | 0.34 |
| Hex | 91 | 28 | 1D | 0 | 48 | 50 | 2B | 6 | 43 | 22 |
| Octal | 221 | 50 | 35 | 0 | 110 | 120 | 53 | 6 | 103 | 42 |
| Binary | 10010001 | 101000 | 11101 | 0 | 1001000 | 1010000 | 101011 | 110 | 1000011 | 100010 |
Color Harmonies of #91281D
Complementary color
Monochromatic Colors of #91281D
Black with #91281D
Text Example
Text Example
White with #91281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91281D; }
p { color: rgb(145,40,29); }
H1.HeaderClassName
{
color: #91281D;
}
.AnyTagClassName
{
color: #91281D;
}
</style>
background-color css
<style>
a { background-color: #91281D; }
a { background-color: rgb(145,40,29); }
div.DivClassName
{
background-color: #91281D;
}
.BgClassName
{
background-color: #91281D;
}
</style>
border-color css
<style>
span { border-color: #91281D; }
span { border-color: rgb(145,40,29); }
td.TdClassName
{
border-color: #91281D;
}
.TagClassName
{
border-color: #91281D;
}
</style>