Shades of Mandarian Orange #951E1E
Tints of Mandarian Orange #951E1E
RGB
CMYK
RGB Variations
Color information
#951E1E (or 0x951E1E) is known color: Mandarian Orange. HEX triplet: 95, 1E and 1E. RGB value is (149,30,30). Sum of RGB (Red+Green+Blue) = 149+30+30=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #951E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E1E is #6AE1E1. Grayscale: #414141. Windows color (decimal): -7004642 or 1973909. OLE color: 1973909.
HSL color Cylindrical-coordinate representation of color #951E1E: hue angle of 0º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E1E is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 30 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.42 |
| HSL | 0º | 0.66% | 0.35% | - |
| HSV(B) | 0º | 0.8% | 0.58% | - |
| XYZ | 13.09 | 7.41 | 1.97 | - |
| YUV | 65.58 | 107.92 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 30 | 0 | 0.80 | 0.80 | 0.42 | 0 | 0.66 | 0.35 |
| Hex | 95 | 1E | 1E | 0 | 50 | 50 | 2A | 0 | 42 | 23 |
| Octal | 225 | 36 | 36 | 0 | 120 | 120 | 52 | 0 | 102 | 43 |
| Binary | 10010101 | 11110 | 11110 | 0 | 1010000 | 1010000 | 101010 | 0 | 1000010 | 100011 |
Color Harmonies of #951E1E
Complementary color
Monochromatic Colors of #951E1E
Black with #951E1E
Text Example
Text Example
White with #951E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E1E; }
p { color: rgb(149,30,30); }
H1.HeaderClassName
{
color: #951E1E;
}
.AnyTagClassName
{
color: #951E1E;
}
</style>
background-color css
<style>
a { background-color: #951E1E; }
a { background-color: rgb(149,30,30); }
div.DivClassName
{
background-color: #951E1E;
}
.BgClassName
{
background-color: #951E1E;
}
</style>
border-color css
<style>
span { border-color: #951E1E; }
span { border-color: rgb(149,30,30); }
td.TdClassName
{
border-color: #951E1E;
}
.TagClassName
{
border-color: #951E1E;
}
</style>