Shades of Mandarian Orange #951B0F
Tints of Mandarian Orange #951B0F
RGB
CMYK
RGB Variations
Color information
#951B0F (or 0x951B0F) is known color: Mandarian Orange. HEX triplet: 95, 1B and 0F. RGB value is (149,27,15). Sum of RGB (Red+Green+Blue) = 149+27+15=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #951B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B0F is #6AE4F0. Grayscale: #3E3E3E. Windows color (decimal): -7005425 or 990101. OLE color: 990101.
HSL color Cylindrical-coordinate representation of color #951B0F: hue angle of 5.37º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #951B0F is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 15 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.42 |
| HSL | 5.37º | 0.82% | 0.32% | - |
| HSV(B) | 5.37º | 0.9% | 0.58% | - |
| XYZ | 12.87 | 7.21 | 1.16 | - |
| YUV | 62.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 15 | 0 | 0.82 | 0.90 | 0.42 | 5.37 | 0.82 | 0.32 |
| Hex | 95 | 1B | F | 0 | 52 | 5A | 2A | 5 | 52 | 20 |
| Octal | 225 | 33 | 17 | 0 | 122 | 132 | 52 | 5 | 122 | 40 |
| Binary | 10010101 | 11011 | 1111 | 0 | 1010010 | 1011010 | 101010 | 101 | 1010010 | 100000 |
Color Harmonies of #951B0F
Complementary color
Monochromatic Colors of #951B0F
Black with #951B0F
Text Example
Text Example
White with #951B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B0F; }
p { color: rgb(149,27,15); }
H1.HeaderClassName
{
color: #951B0F;
}
.AnyTagClassName
{
color: #951B0F;
}
</style>
background-color css
<style>
a { background-color: #951B0F; }
a { background-color: rgb(149,27,15); }
div.DivClassName
{
background-color: #951B0F;
}
.BgClassName
{
background-color: #951B0F;
}
</style>
border-color css
<style>
span { border-color: #951B0F; }
span { border-color: rgb(149,27,15); }
td.TdClassName
{
border-color: #951B0F;
}
.TagClassName
{
border-color: #951B0F;
}
</style>