Shades of Mandarian Orange #95271C
Tints of Mandarian Orange #95271C
RGB
CMYK
RGB Variations
Color information
#95271C (or 0x95271C) is known color: Mandarian Orange. HEX triplet: 95, 27 and 1C. RGB value is (149,39,28). Sum of RGB (Red+Green+Blue) = 149+39+28=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #95271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95271C is #6AD8E3. Grayscale: #464646. Windows color (decimal): -7002340 or 1845141. OLE color: 1845141.
HSL color Cylindrical-coordinate representation of color #95271C: hue angle of 5.45º 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 #95271C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 28 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.42 |
| HSL | 5.45º | 0.68% | 0.35% | - |
| HSV(B) | 5.45º | 0.81% | 0.58% | - |
| XYZ | 13.33 | 7.92 | 1.93 | - |
| YUV | 70.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 28 | 0 | 0.74 | 0.81 | 0.42 | 5.45 | 0.68 | 0.35 |
| Hex | 95 | 27 | 1C | 0 | 4A | 51 | 2A | 5 | 44 | 23 |
| Octal | 225 | 47 | 34 | 0 | 112 | 121 | 52 | 5 | 104 | 43 |
| Binary | 10010101 | 100111 | 11100 | 0 | 1001010 | 1010001 | 101010 | 101 | 1000100 | 100011 |
Color Harmonies of #95271C
Complementary color
Monochromatic Colors of #95271C
Black with #95271C
Text Example
Text Example
White with #95271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95271C; }
p { color: rgb(149,39,28); }
H1.HeaderClassName
{
color: #95271C;
}
.AnyTagClassName
{
color: #95271C;
}
</style>
background-color css
<style>
a { background-color: #95271C; }
a { background-color: rgb(149,39,28); }
div.DivClassName
{
background-color: #95271C;
}
.BgClassName
{
background-color: #95271C;
}
</style>
border-color css
<style>
span { border-color: #95271C; }
span { border-color: rgb(149,39,28); }
td.TdClassName
{
border-color: #95271C;
}
.TagClassName
{
border-color: #95271C;
}
</style>