Shades of Monarch #67222A
Tints of Monarch #67222A
RGB
CMYK
RGB Variations
Color information
#67222A (or 0x67222A) is known color: Monarch. HEX triplet: 67, 22 and 2A. RGB value is (103,34,42). Sum of RGB (Red+Green+Blue) = 103+34+42=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #67222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67222A is #98DDD5. Grayscale: #373737. Windows color (decimal): -10018262 or 2761319. OLE color: 2761319.
HSL color Cylindrical-coordinate representation of color #67222A: hue angle of 353.04º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67222A is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 42 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.60 |
| HSL | 353.04º | 0.5% | 0.27% | - |
| HSV(B) | 353.04º | 0.67% | 0.4% | - |
| XYZ | 6.58 | 4.19 | 2.65 | - |
| YUV | 55.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 42 | 0 | 0.67 | 0.59 | 0.60 | 353.04 | 0.5 | 0.27 |
| Hex | 67 | 22 | 2A | 0 | 43 | 3B | 3C | 161 | 32 | 1B |
| Octal | 147 | 42 | 52 | 0 | 103 | 73 | 74 | 541 | 62 | 33 |
| Binary | 1100111 | 100010 | 101010 | 0 | 1000011 | 111011 | 111100 | 101100001 | 110010 | 11011 |
Color Harmonies of #67222A
Complementary color
Monochromatic Colors of #67222A
Black with #67222A
Text Example
Text Example
White with #67222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67222A; }
p { color: rgb(103,34,42); }
H1.HeaderClassName
{
color: #67222A;
}
.AnyTagClassName
{
color: #67222A;
}
</style>
background-color css
<style>
a { background-color: #67222A; }
a { background-color: rgb(103,34,42); }
div.DivClassName
{
background-color: #67222A;
}
.BgClassName
{
background-color: #67222A;
}
</style>
border-color css
<style>
span { border-color: #67222A; }
span { border-color: rgb(103,34,42); }
td.TdClassName
{
border-color: #67222A;
}
.TagClassName
{
border-color: #67222A;
}
</style>