Shades of Mandarian Orange #802423
Tints of Mandarian Orange #802423
RGB
CMYK
RGB Variations
Color information
#802423 (or 0x802423) is known color: Mandarian Orange. HEX triplet: 80, 24 and 23. RGB value is (128,36,35). Sum of RGB (Red+Green+Blue) = 128+36+35=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #802423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802423 is #7FDBDC. Grayscale: #3F3F3F. Windows color (decimal): -8379357 or 2303104. OLE color: 2303104.
HSL color Cylindrical-coordinate representation of color #802423: hue angle of 0.65º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802423 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 35 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.50 |
| HSL | 0.65º | 0.57% | 0.32% | - |
| HSV(B) | 0.65º | 0.73% | 0.5% | - |
| XYZ | 9.84 | 5.97 | 2.22 | - |
| YUV | 63.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 35 | 0 | 0.72 | 0.73 | 0.50 | 0.65 | 0.57 | 0.32 |
| Hex | 80 | 24 | 23 | 0 | 48 | 49 | 32 | 1 | 39 | 20 |
| Octal | 200 | 44 | 43 | 0 | 110 | 111 | 62 | 1 | 71 | 40 |
| Binary | 10000000 | 100100 | 100011 | 0 | 1001000 | 1001001 | 110010 | 1 | 111001 | 100000 |
Color Harmonies of #802423
Complementary color
Monochromatic Colors of #802423
Black with #802423
Text Example
Text Example
White with #802423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802423; }
p { color: rgb(128,36,35); }
H1.HeaderClassName
{
color: #802423;
}
.AnyTagClassName
{
color: #802423;
}
</style>
background-color css
<style>
a { background-color: #802423; }
a { background-color: rgb(128,36,35); }
div.DivClassName
{
background-color: #802423;
}
.BgClassName
{
background-color: #802423;
}
</style>
border-color css
<style>
span { border-color: #802423; }
span { border-color: rgb(128,36,35); }
td.TdClassName
{
border-color: #802423;
}
.TagClassName
{
border-color: #802423;
}
</style>