Shades of Mandarian Orange #95281C
Tints of Mandarian Orange #95281C
RGB
CMYK
RGB Variations
Color information
#95281C (or 0x95281C) is known color: Mandarian Orange. HEX triplet: 95, 28 and 1C. RGB value is (149,40,28). Sum of RGB (Red+Green+Blue) = 149+40+28=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #95281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95281C is #6AD7E3. Grayscale: #474747. Windows color (decimal): -7002084 or 1845397. OLE color: 1845397.
HSL color Cylindrical-coordinate representation of color #95281C: hue angle of 5.95º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95281C is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 28 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.42 |
| HSL | 5.95º | 0.68% | 0.35% | - |
| HSV(B) | 5.95º | 0.81% | 0.58% | - |
| XYZ | 13.36 | 7.99 | 1.94 | - |
| YUV | 71.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 28 | 0 | 0.73 | 0.81 | 0.42 | 5.95 | 0.68 | 0.35 |
| Hex | 95 | 28 | 1C | 0 | 49 | 51 | 2A | 6 | 44 | 23 |
| Octal | 225 | 50 | 34 | 0 | 111 | 121 | 52 | 6 | 104 | 43 |
| Binary | 10010101 | 101000 | 11100 | 0 | 1001001 | 1010001 | 101010 | 110 | 1000100 | 100011 |
Color Harmonies of #95281C
Complementary color
Monochromatic Colors of #95281C
Black with #95281C
Text Example
Text Example
White with #95281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95281C; }
p { color: rgb(149,40,28); }
H1.HeaderClassName
{
color: #95281C;
}
.AnyTagClassName
{
color: #95281C;
}
</style>
background-color css
<style>
a { background-color: #95281C; }
a { background-color: rgb(149,40,28); }
div.DivClassName
{
background-color: #95281C;
}
.BgClassName
{
background-color: #95281C;
}
</style>
border-color css
<style>
span { border-color: #95281C; }
span { border-color: rgb(149,40,28); }
td.TdClassName
{
border-color: #95281C;
}
.TagClassName
{
border-color: #95281C;
}
</style>