Shades of Monarch #69202D
Tints of Monarch #69202D
RGB
CMYK
RGB Variations
Color information
#69202D (or 0x69202D) is known color: Monarch. HEX triplet: 69, 20 and 2D. RGB value is (105,32,45). Sum of RGB (Red+Green+Blue) = 105+32+45=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #69202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69202D is #96DFD2. Grayscale: #373737. Windows color (decimal): -9887699 or 2957417. OLE color: 2957417.
HSL color Cylindrical-coordinate representation of color #69202D: hue angle of 349.32º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69202D is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 32 | 45 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.59 |
| HSL | 349.32º | 0.53% | 0.27% | - |
| HSV(B) | 349.32º | 0.7% | 0.41% | - |
| XYZ | 6.82 | 4.23 | 2.94 | - |
| YUV | 55.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 45 | 0 | 0.70 | 0.57 | 0.59 | 349.32 | 0.53 | 0.27 |
| Hex | 69 | 20 | 2D | 0 | 46 | 39 | 3B | 15D | 35 | 1B |
| Octal | 151 | 40 | 55 | 0 | 106 | 71 | 73 | 535 | 65 | 33 |
| Binary | 1101001 | 100000 | 101101 | 0 | 1000110 | 111001 | 111011 | 101011101 | 110101 | 11011 |
Color Harmonies of #69202D
Complementary color
Monochromatic Colors of #69202D
Black with #69202D
Text Example
Text Example
White with #69202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69202D; }
p { color: rgb(105,32,45); }
H1.HeaderClassName
{
color: #69202D;
}
.AnyTagClassName
{
color: #69202D;
}
</style>
background-color css
<style>
a { background-color: #69202D; }
a { background-color: rgb(105,32,45); }
div.DivClassName
{
background-color: #69202D;
}
.BgClassName
{
background-color: #69202D;
}
</style>
border-color css
<style>
span { border-color: #69202D; }
span { border-color: rgb(105,32,45); }
td.TdClassName
{
border-color: #69202D;
}
.TagClassName
{
border-color: #69202D;
}
</style>