Shades of Monarch #68252C
Tints of Monarch #68252C
RGB
CMYK
RGB Variations
Color information
#68252C (or 0x68252C) is known color: Monarch. HEX triplet: 68, 25 and 2C. RGB value is (104,37,44). Sum of RGB (Red+Green+Blue) = 104+37+44=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68252C is #97DAD3. Grayscale: #393939. Windows color (decimal): -9951956 or 2893160. OLE color: 2893160.
HSL color Cylindrical-coordinate representation of color #68252C: hue angle of 353.73º 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 #68252C is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 44 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.59 |
| HSL | 353.73º | 0.48% | 0.28% | - |
| HSV(B) | 353.73º | 0.64% | 0.41% | - |
| XYZ | 6.83 | 4.45 | 2.88 | - |
| YUV | 57.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 44 | 0 | 0.64 | 0.58 | 0.59 | 353.73 | 0.48 | 0.28 |
| Hex | 68 | 25 | 2C | 0 | 40 | 3A | 3B | 162 | 30 | 1C |
| Octal | 150 | 45 | 54 | 0 | 100 | 72 | 73 | 542 | 60 | 34 |
| Binary | 1101000 | 100101 | 101100 | 0 | 1000000 | 111010 | 111011 | 101100010 | 110000 | 11100 |
Color Harmonies of #68252C
Complementary color
Monochromatic Colors of #68252C
Black with #68252C
Text Example
Text Example
White with #68252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68252C; }
p { color: rgb(104,37,44); }
H1.HeaderClassName
{
color: #68252C;
}
.AnyTagClassName
{
color: #68252C;
}
</style>
background-color css
<style>
a { background-color: #68252C; }
a { background-color: rgb(104,37,44); }
div.DivClassName
{
background-color: #68252C;
}
.BgClassName
{
background-color: #68252C;
}
</style>
border-color css
<style>
span { border-color: #68252C; }
span { border-color: rgb(104,37,44); }
td.TdClassName
{
border-color: #68252C;
}
.TagClassName
{
border-color: #68252C;
}
</style>