Shades of Mandarian Orange #921C1B
Tints of Mandarian Orange #921C1B
RGB
CMYK
RGB Variations
Color information
#921C1B (or 0x921C1B) is known color: Mandarian Orange. HEX triplet: 92, 1C and 1B. RGB value is (146,28,27). Sum of RGB (Red+Green+Blue) = 146+28+27=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #921C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921C1B is #6DE3E4. Grayscale: #3F3F3F. Windows color (decimal): -7201765 or 1776786. OLE color: 1776786.
HSL color Cylindrical-coordinate representation of color #921C1B: hue angle of 0.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921C1B is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 28 | 27 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.43 |
| HSL | 0.5º | 0.69% | 0.34% | - |
| HSV(B) | 0.5º | 0.82% | 0.57% | - |
| XYZ | 12.47 | 7.02 | 1.73 | - |
| YUV | 63.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 27 | 0 | 0.81 | 0.82 | 0.43 | 0.5 | 0.69 | 0.34 |
| Hex | 92 | 1C | 1B | 0 | 51 | 52 | 2B | 1 | 45 | 22 |
| Octal | 222 | 34 | 33 | 0 | 121 | 122 | 53 | 1 | 105 | 42 |
| Binary | 10010010 | 11100 | 11011 | 0 | 1010001 | 1010010 | 101011 | 1 | 1000101 | 100010 |
Color Harmonies of #921C1B
Complementary color
Monochromatic Colors of #921C1B
Black with #921C1B
Text Example
Text Example
White with #921C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921C1B; }
p { color: rgb(146,28,27); }
H1.HeaderClassName
{
color: #921C1B;
}
.AnyTagClassName
{
color: #921C1B;
}
</style>
background-color css
<style>
a { background-color: #921C1B; }
a { background-color: rgb(146,28,27); }
div.DivClassName
{
background-color: #921C1B;
}
.BgClassName
{
background-color: #921C1B;
}
</style>
border-color css
<style>
span { border-color: #921C1B; }
span { border-color: rgb(146,28,27); }
td.TdClassName
{
border-color: #921C1B;
}
.TagClassName
{
border-color: #921C1B;
}
</style>