Shades of Mandarian Orange #912B29
Tints of Mandarian Orange #912B29
RGB
CMYK
RGB Variations
Color information
#912B29 (or 0x912B29) is known color: Mandarian Orange. HEX triplet: 91, 2B and 29. RGB value is (145,43,41). Sum of RGB (Red+Green+Blue) = 145+43+41=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #912B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912B29 is #6ED4D6. Grayscale: #494949. Windows color (decimal): -7263447 or 2698129. OLE color: 2698129.
HSL color Cylindrical-coordinate representation of color #912B29: hue angle of 1.15º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912B29 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 43 | 41 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.43 |
| HSL | 1.15º | 0.56% | 0.36% | - |
| HSV(B) | 1.15º | 0.72% | 0.57% | - |
| XYZ | 12.94 | 7.91 | 2.94 | - |
| YUV | 73.27 | 109.79 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 43 | 41 | 0 | 0.70 | 0.72 | 0.43 | 1.15 | 0.56 | 0.36 |
| Hex | 91 | 2B | 29 | 0 | 46 | 48 | 2B | 1 | 38 | 24 |
| Octal | 221 | 53 | 51 | 0 | 106 | 110 | 53 | 1 | 70 | 44 |
| Binary | 10010001 | 101011 | 101001 | 0 | 1000110 | 1001000 | 101011 | 1 | 111000 | 100100 |
Color Harmonies of #912B29
Complementary color
Monochromatic Colors of #912B29
Black with #912B29
Text Example
Text Example
White with #912B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912B29; }
p { color: rgb(145,43,41); }
H1.HeaderClassName
{
color: #912B29;
}
.AnyTagClassName
{
color: #912B29;
}
</style>
background-color css
<style>
a { background-color: #912B29; }
a { background-color: rgb(145,43,41); }
div.DivClassName
{
background-color: #912B29;
}
.BgClassName
{
background-color: #912B29;
}
</style>
border-color css
<style>
span { border-color: #912B29; }
span { border-color: rgb(145,43,41); }
td.TdClassName
{
border-color: #912B29;
}
.TagClassName
{
border-color: #912B29;
}
</style>