Shades of Mandarian Orange #951C19
Tints of Mandarian Orange #951C19
RGB
CMYK
RGB Variations
Color information
#951C19 (or 0x951C19) is known color: Mandarian Orange. HEX triplet: 95, 1C and 19. RGB value is (149,28,25). Sum of RGB (Red+Green+Blue) = 149+28+25=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #951C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C19 is #6AE3E6. Grayscale: #3F3F3F. Windows color (decimal): -7005159 or 1645717. OLE color: 1645717.
HSL color Cylindrical-coordinate representation of color #951C19: hue angle of 1.45º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951C19 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 25 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.42 |
| HSL | 1.45º | 0.71% | 0.34% | - |
| HSV(B) | 1.45º | 0.83% | 0.58% | - |
| XYZ | 12.99 | 7.29 | 1.64 | - |
| YUV | 63.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 25 | 0 | 0.81 | 0.83 | 0.42 | 1.45 | 0.71 | 0.34 |
| Hex | 95 | 1C | 19 | 0 | 51 | 53 | 2A | 1 | 47 | 22 |
| Octal | 225 | 34 | 31 | 0 | 121 | 123 | 52 | 1 | 107 | 42 |
| Binary | 10010101 | 11100 | 11001 | 0 | 1010001 | 1010011 | 101010 | 1 | 1000111 | 100010 |
Color Harmonies of #951C19
Complementary color
Monochromatic Colors of #951C19
Black with #951C19
Text Example
Text Example
White with #951C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C19; }
p { color: rgb(149,28,25); }
H1.HeaderClassName
{
color: #951C19;
}
.AnyTagClassName
{
color: #951C19;
}
</style>
background-color css
<style>
a { background-color: #951C19; }
a { background-color: rgb(149,28,25); }
div.DivClassName
{
background-color: #951C19;
}
.BgClassName
{
background-color: #951C19;
}
</style>
border-color css
<style>
span { border-color: #951C19; }
span { border-color: rgb(149,28,25); }
td.TdClassName
{
border-color: #951C19;
}
.TagClassName
{
border-color: #951C19;
}
</style>