Shades of Monarch #68252F
Tints of Monarch #68252F
RGB
CMYK
RGB Variations
Color information
#68252F (or 0x68252F) is known color: Monarch. HEX triplet: 68, 25 and 2F. RGB value is (104,37,47). Sum of RGB (Red+Green+Blue) = 104+37+47=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68252F is #97DAD0. Grayscale: #3A3A3A. Windows color (decimal): -9951953 or 3089768. OLE color: 3089768.
HSL color Cylindrical-coordinate representation of color #68252F: hue angle of 351.04º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68252F is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 47 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.59 |
| HSL | 351.04º | 0.48% | 0.28% | - |
| HSV(B) | 351.04º | 0.64% | 0.41% | - |
| XYZ | 6.88 | 4.47 | 3.19 | - |
| YUV | 58.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 47 | 0 | 0.64 | 0.55 | 0.59 | 351.04 | 0.48 | 0.28 |
| Hex | 68 | 25 | 2F | 0 | 40 | 37 | 3B | 15F | 30 | 1C |
| Octal | 150 | 45 | 57 | 0 | 100 | 67 | 73 | 537 | 60 | 34 |
| Binary | 1101000 | 100101 | 101111 | 0 | 1000000 | 110111 | 111011 | 101011111 | 110000 | 11100 |
Color Harmonies of #68252F
Complementary color
Monochromatic Colors of #68252F
Black with #68252F
Text Example
Text Example
White with #68252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68252F; }
p { color: rgb(104,37,47); }
H1.HeaderClassName
{
color: #68252F;
}
.AnyTagClassName
{
color: #68252F;
}
</style>
background-color css
<style>
a { background-color: #68252F; }
a { background-color: rgb(104,37,47); }
div.DivClassName
{
background-color: #68252F;
}
.BgClassName
{
background-color: #68252F;
}
</style>
border-color css
<style>
span { border-color: #68252F; }
span { border-color: rgb(104,37,47); }
td.TdClassName
{
border-color: #68252F;
}
.TagClassName
{
border-color: #68252F;
}
</style>