Shades of Mandarian Orange #952A1F
Tints of Mandarian Orange #952A1F
RGB
CMYK
RGB Variations
Color information
#952A1F (or 0x952A1F) is known color: Mandarian Orange. HEX triplet: 95, 2A and 1F. RGB value is (149,42,31). Sum of RGB (Red+Green+Blue) = 149+42+31=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A1F is #6AD5E0. Grayscale: #484848. Windows color (decimal): -7001569 or 2042517. OLE color: 2042517.
HSL color Cylindrical-coordinate representation of color #952A1F: hue angle of 5.59º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952A1F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 31 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.42 |
| HSL | 5.59º | 0.66% | 0.35% | - |
| HSV(B) | 5.59º | 0.79% | 0.58% | - |
| XYZ | 13.47 | 8.14 | 2.16 | - |
| YUV | 72.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 31 | 0 | 0.72 | 0.79 | 0.42 | 5.59 | 0.66 | 0.35 |
| Hex | 95 | 2A | 1F | 0 | 48 | 4F | 2A | 6 | 42 | 23 |
| Octal | 225 | 52 | 37 | 0 | 110 | 117 | 52 | 6 | 102 | 43 |
| Binary | 10010101 | 101010 | 11111 | 0 | 1001000 | 1001111 | 101010 | 110 | 1000010 | 100011 |
Color Harmonies of #952A1F
Complementary color
Monochromatic Colors of #952A1F
Black with #952A1F
Text Example
Text Example
White with #952A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A1F; }
p { color: rgb(149,42,31); }
H1.HeaderClassName
{
color: #952A1F;
}
.AnyTagClassName
{
color: #952A1F;
}
</style>
background-color css
<style>
a { background-color: #952A1F; }
a { background-color: rgb(149,42,31); }
div.DivClassName
{
background-color: #952A1F;
}
.BgClassName
{
background-color: #952A1F;
}
</style>
border-color css
<style>
span { border-color: #952A1F; }
span { border-color: rgb(149,42,31); }
td.TdClassName
{
border-color: #952A1F;
}
.TagClassName
{
border-color: #952A1F;
}
</style>