Shades of Monarch #68242B
Tints of Monarch #68242B
RGB
CMYK
RGB Variations
Color information
#68242B (or 0x68242B) is known color: Monarch. HEX triplet: 68, 24 and 2B. RGB value is (104,36,43). Sum of RGB (Red+Green+Blue) = 104+36+43=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68242B is #97DBD4. Grayscale: #393939. Windows color (decimal): -9952213 or 2827368. OLE color: 2827368.
HSL color Cylindrical-coordinate representation of color #68242B: hue angle of 353.82º 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 #68242B is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 43 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.59 |
| HSL | 353.82º | 0.49% | 0.27% | - |
| HSV(B) | 353.82º | 0.65% | 0.41% | - |
| XYZ | 6.78 | 4.38 | 2.77 | - |
| YUV | 57.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 43 | 0 | 0.65 | 0.59 | 0.59 | 353.82 | 0.49 | 0.27 |
| Hex | 68 | 24 | 2B | 0 | 41 | 3B | 3B | 162 | 31 | 1B |
| Octal | 150 | 44 | 53 | 0 | 101 | 73 | 73 | 542 | 61 | 33 |
| Binary | 1101000 | 100100 | 101011 | 0 | 1000001 | 111011 | 111011 | 101100010 | 110001 | 11011 |
Color Harmonies of #68242B
Complementary color
Monochromatic Colors of #68242B
Black with #68242B
Text Example
Text Example
White with #68242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68242B; }
p { color: rgb(104,36,43); }
H1.HeaderClassName
{
color: #68242B;
}
.AnyTagClassName
{
color: #68242B;
}
</style>
background-color css
<style>
a { background-color: #68242B; }
a { background-color: rgb(104,36,43); }
div.DivClassName
{
background-color: #68242B;
}
.BgClassName
{
background-color: #68242B;
}
</style>
border-color css
<style>
span { border-color: #68242B; }
span { border-color: rgb(104,36,43); }
td.TdClassName
{
border-color: #68242B;
}
.TagClassName
{
border-color: #68242B;
}
</style>