Shades of Monarch #68222D
Tints of Monarch #68222D
RGB
CMYK
RGB Variations
Color information
#68222D (or 0x68222D) is known color: Monarch. HEX triplet: 68, 22 and 2D. RGB value is (104,34,45). Sum of RGB (Red+Green+Blue) = 104+34+45=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68222D is #97DDD2. Grayscale: #383838. Windows color (decimal): -9952723 or 2957928. OLE color: 2957928.
HSL color Cylindrical-coordinate representation of color #68222D: hue angle of 350.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68222D is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 45 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.59 |
| HSL | 350.57º | 0.51% | 0.27% | - |
| HSV(B) | 350.57º | 0.67% | 0.41% | - |
| XYZ | 6.75 | 4.28 | 2.95 | - |
| YUV | 56.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 45 | 0 | 0.67 | 0.57 | 0.59 | 350.57 | 0.51 | 0.27 |
| Hex | 68 | 22 | 2D | 0 | 43 | 39 | 3B | 15F | 33 | 1B |
| Octal | 150 | 42 | 55 | 0 | 103 | 71 | 73 | 537 | 63 | 33 |
| Binary | 1101000 | 100010 | 101101 | 0 | 1000011 | 111001 | 111011 | 101011111 | 110011 | 11011 |
Color Harmonies of #68222D
Complementary color
Monochromatic Colors of #68222D
Black with #68222D
Text Example
Text Example
White with #68222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68222D; }
p { color: rgb(104,34,45); }
H1.HeaderClassName
{
color: #68222D;
}
.AnyTagClassName
{
color: #68222D;
}
</style>
background-color css
<style>
a { background-color: #68222D; }
a { background-color: rgb(104,34,45); }
div.DivClassName
{
background-color: #68222D;
}
.BgClassName
{
background-color: #68222D;
}
</style>
border-color css
<style>
span { border-color: #68222D; }
span { border-color: rgb(104,34,45); }
td.TdClassName
{
border-color: #68222D;
}
.TagClassName
{
border-color: #68222D;
}
</style>