Shades of Mandarian Orange #952A1D
Tints of Mandarian Orange #952A1D
RGB
CMYK
RGB Variations
Color information
#952A1D (or 0x952A1D) is known color: Mandarian Orange. HEX triplet: 95, 2A and 1D. RGB value is (149,42,29). Sum of RGB (Red+Green+Blue) = 149+42+29=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #952A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A1D is #6AD5E2. Grayscale: #484848. Windows color (decimal): -7001571 or 1911445. OLE color: 1911445.
HSL color Cylindrical-coordinate representation of color #952A1D: hue angle of 6.5º degrees, saturation: 0.67, 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 #952A1D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 29 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.42 |
| HSL | 6.5º | 0.67% | 0.35% | - |
| HSV(B) | 6.5º | 0.81% | 0.58% | - |
| XYZ | 13.44 | 8.13 | 2.02 | - |
| YUV | 72.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 29 | 0 | 0.72 | 0.81 | 0.42 | 6.5 | 0.67 | 0.35 |
| Hex | 95 | 2A | 1D | 0 | 48 | 51 | 2A | 6 | 43 | 23 |
| Octal | 225 | 52 | 35 | 0 | 110 | 121 | 52 | 6 | 103 | 43 |
| Binary | 10010101 | 101010 | 11101 | 0 | 1001000 | 1010001 | 101010 | 110 | 1000011 | 100011 |
Color Harmonies of #952A1D
Complementary color
Monochromatic Colors of #952A1D
Black with #952A1D
Text Example
Text Example
White with #952A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A1D; }
p { color: rgb(149,42,29); }
H1.HeaderClassName
{
color: #952A1D;
}
.AnyTagClassName
{
color: #952A1D;
}
</style>
background-color css
<style>
a { background-color: #952A1D; }
a { background-color: rgb(149,42,29); }
div.DivClassName
{
background-color: #952A1D;
}
.BgClassName
{
background-color: #952A1D;
}
</style>
border-color css
<style>
span { border-color: #952A1D; }
span { border-color: rgb(149,42,29); }
td.TdClassName
{
border-color: #952A1D;
}
.TagClassName
{
border-color: #952A1D;
}
</style>