Shades of Mandarian Orange #91281C
Tints of Mandarian Orange #91281C
RGB
CMYK
RGB Variations
Color information
#91281C (or 0x91281C) is known color: Mandarian Orange. HEX triplet: 91, 28 and 1C. RGB value is (145,40,28). Sum of RGB (Red+Green+Blue) = 145+40+28=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #91281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91281C is #6ED7E3. Grayscale: #464646. Windows color (decimal): -7264228 or 1845393. OLE color: 1845393.
HSL color Cylindrical-coordinate representation of color #91281C: hue angle of 6.15º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91281C is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 40 | 28 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.43 |
| HSL | 6.15º | 0.68% | 0.34% | - |
| HSV(B) | 6.15º | 0.81% | 0.57% | - |
| XYZ | 12.65 | 7.62 | 1.9 | - |
| YUV | 70.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 28 | 0 | 0.72 | 0.81 | 0.43 | 6.15 | 0.68 | 0.34 |
| Hex | 91 | 28 | 1C | 0 | 48 | 51 | 2B | 6 | 44 | 22 |
| Octal | 221 | 50 | 34 | 0 | 110 | 121 | 53 | 6 | 104 | 42 |
| Binary | 10010001 | 101000 | 11100 | 0 | 1001000 | 1010001 | 101011 | 110 | 1000100 | 100010 |
Color Harmonies of #91281C
Complementary color
Monochromatic Colors of #91281C
Black with #91281C
Text Example
Text Example
White with #91281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91281C; }
p { color: rgb(145,40,28); }
H1.HeaderClassName
{
color: #91281C;
}
.AnyTagClassName
{
color: #91281C;
}
</style>
background-color css
<style>
a { background-color: #91281C; }
a { background-color: rgb(145,40,28); }
div.DivClassName
{
background-color: #91281C;
}
.BgClassName
{
background-color: #91281C;
}
</style>
border-color css
<style>
span { border-color: #91281C; }
span { border-color: rgb(145,40,28); }
td.TdClassName
{
border-color: #91281C;
}
.TagClassName
{
border-color: #91281C;
}
</style>