Shades of Monarch #68272D
Tints of Monarch #68272D
RGB
CMYK
RGB Variations
Color information
#68272D (or 0x68272D) is known color: Monarch. HEX triplet: 68, 27 and 2D. RGB value is (104,39,45). Sum of RGB (Red+Green+Blue) = 104+39+45=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68272D is #97D8D2. Grayscale: #3B3B3B. Windows color (decimal): -9951443 or 2959208. OLE color: 2959208.
HSL color Cylindrical-coordinate representation of color #68272D: hue angle of 354.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68272D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 39 | 45 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.59 |
| HSL | 354.46º | 0.45% | 0.28% | - |
| HSV(B) | 354.46º | 0.63% | 0.41% | - |
| XYZ | 6.91 | 4.58 | 3 | - |
| YUV | 59.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 45 | 0 | 0.62 | 0.57 | 0.59 | 354.46 | 0.45 | 0.28 |
| Hex | 68 | 27 | 2D | 0 | 3E | 39 | 3B | 162 | 2D | 1C |
| Octal | 150 | 47 | 55 | 0 | 76 | 71 | 73 | 542 | 55 | 34 |
| Binary | 1101000 | 100111 | 101101 | 0 | 111110 | 111001 | 111011 | 101100010 | 101101 | 11100 |
Color Harmonies of #68272D
Complementary color
Monochromatic Colors of #68272D
Black with #68272D
Text Example
Text Example
White with #68272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68272D; }
p { color: rgb(104,39,45); }
H1.HeaderClassName
{
color: #68272D;
}
.AnyTagClassName
{
color: #68272D;
}
</style>
background-color css
<style>
a { background-color: #68272D; }
a { background-color: rgb(104,39,45); }
div.DivClassName
{
background-color: #68272D;
}
.BgClassName
{
background-color: #68272D;
}
</style>
border-color css
<style>
span { border-color: #68272D; }
span { border-color: rgb(104,39,45); }
td.TdClassName
{
border-color: #68272D;
}
.TagClassName
{
border-color: #68272D;
}
</style>