Shades of Monarch #67212D
Tints of Monarch #67212D
RGB
CMYK
RGB Variations
Color information
#67212D (or 0x67212D) is known color: Monarch. HEX triplet: 67, 21 and 2D. RGB value is (103,33,45). Sum of RGB (Red+Green+Blue) = 103+33+45=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #67212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67212D is #98DED2. Grayscale: #373737. Windows color (decimal): -10018515 or 2957671. OLE color: 2957671.
HSL color Cylindrical-coordinate representation of color #67212D: hue angle of 349.71º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67212D is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 33 | 45 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.60 |
| HSL | 349.71º | 0.51% | 0.27% | - |
| HSV(B) | 349.71º | 0.68% | 0.4% | - |
| XYZ | 6.61 | 4.16 | 2.94 | - |
| YUV | 55.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 45 | 0 | 0.68 | 0.56 | 0.60 | 349.71 | 0.51 | 0.27 |
| Hex | 67 | 21 | 2D | 0 | 44 | 38 | 3C | 15E | 33 | 1B |
| Octal | 147 | 41 | 55 | 0 | 104 | 70 | 74 | 536 | 63 | 33 |
| Binary | 1100111 | 100001 | 101101 | 0 | 1000100 | 111000 | 111100 | 101011110 | 110011 | 11011 |
Color Harmonies of #67212D
Complementary color
Monochromatic Colors of #67212D
Black with #67212D
Text Example
Text Example
White with #67212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67212D; }
p { color: rgb(103,33,45); }
H1.HeaderClassName
{
color: #67212D;
}
.AnyTagClassName
{
color: #67212D;
}
</style>
background-color css
<style>
a { background-color: #67212D; }
a { background-color: rgb(103,33,45); }
div.DivClassName
{
background-color: #67212D;
}
.BgClassName
{
background-color: #67212D;
}
</style>
border-color css
<style>
span { border-color: #67212D; }
span { border-color: rgb(103,33,45); }
td.TdClassName
{
border-color: #67212D;
}
.TagClassName
{
border-color: #67212D;
}
</style>