Shades of Mandarian Orange #952319
Tints of Mandarian Orange #952319
RGB
CMYK
RGB Variations
Color information
#952319 (or 0x952319) is known color: Mandarian Orange. HEX triplet: 95, 23 and 19. RGB value is (149,35,25). Sum of RGB (Red+Green+Blue) = 149+35+25=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #952319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952319 is #6ADCE6. Grayscale: #444444. Windows color (decimal): -7003367 or 1647509. OLE color: 1647509.
HSL color Cylindrical-coordinate representation of color #952319: hue angle of 4.84º 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 #952319 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 25 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.42 |
| HSL | 4.84º | 0.71% | 0.34% | - |
| HSV(B) | 4.84º | 0.83% | 0.58% | - |
| XYZ | 13.17 | 7.66 | 1.7 | - |
| YUV | 67.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 25 | 0 | 0.77 | 0.83 | 0.42 | 4.84 | 0.71 | 0.34 |
| Hex | 95 | 23 | 19 | 0 | 4D | 53 | 2A | 5 | 47 | 22 |
| Octal | 225 | 43 | 31 | 0 | 115 | 123 | 52 | 5 | 107 | 42 |
| Binary | 10010101 | 100011 | 11001 | 0 | 1001101 | 1010011 | 101010 | 101 | 1000111 | 100010 |
Color Harmonies of #952319
Complementary color
Monochromatic Colors of #952319
Black with #952319
Text Example
Text Example
White with #952319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952319; }
p { color: rgb(149,35,25); }
H1.HeaderClassName
{
color: #952319;
}
.AnyTagClassName
{
color: #952319;
}
</style>
background-color css
<style>
a { background-color: #952319; }
a { background-color: rgb(149,35,25); }
div.DivClassName
{
background-color: #952319;
}
.BgClassName
{
background-color: #952319;
}
</style>
border-color css
<style>
span { border-color: #952319; }
span { border-color: rgb(149,35,25); }
td.TdClassName
{
border-color: #952319;
}
.TagClassName
{
border-color: #952319;
}
</style>