Shades of Monarch #68242E
Tints of Monarch #68242E
RGB
CMYK
RGB Variations
Color information
#68242E (or 0x68242E) is known color: Monarch. HEX triplet: 68, 24 and 2E. RGB value is (104,36,46). Sum of RGB (Red+Green+Blue) = 104+36+46=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68242E is #97DBD1. Grayscale: #393939. Windows color (decimal): -9952210 or 3023976. OLE color: 3023976.
HSL color Cylindrical-coordinate representation of color #68242E: hue angle of 351.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68242E is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 46 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.59 |
| HSL | 351.18º | 0.49% | 0.27% | - |
| HSV(B) | 351.18º | 0.65% | 0.41% | - |
| XYZ | 6.83 | 4.4 | 3.07 | - |
| YUV | 57.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 46 | 0 | 0.65 | 0.56 | 0.59 | 351.18 | 0.49 | 0.27 |
| Hex | 68 | 24 | 2E | 0 | 41 | 38 | 3B | 15F | 31 | 1B |
| Octal | 150 | 44 | 56 | 0 | 101 | 70 | 73 | 537 | 61 | 33 |
| Binary | 1101000 | 100100 | 101110 | 0 | 1000001 | 111000 | 111011 | 101011111 | 110001 | 11011 |
Color Harmonies of #68242E
Complementary color
Monochromatic Colors of #68242E
Black with #68242E
Text Example
Text Example
White with #68242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68242E; }
p { color: rgb(104,36,46); }
H1.HeaderClassName
{
color: #68242E;
}
.AnyTagClassName
{
color: #68242E;
}
</style>
background-color css
<style>
a { background-color: #68242E; }
a { background-color: rgb(104,36,46); }
div.DivClassName
{
background-color: #68242E;
}
.BgClassName
{
background-color: #68242E;
}
</style>
border-color css
<style>
span { border-color: #68242E; }
span { border-color: rgb(104,36,46); }
td.TdClassName
{
border-color: #68242E;
}
.TagClassName
{
border-color: #68242E;
}
</style>