Shades of Monarch #69242E
Tints of Monarch #69242E
RGB
CMYK
RGB Variations
Color information
#69242E (or 0x69242E) is known color: Monarch. HEX triplet: 69, 24 and 2E. RGB value is (105,36,46). Sum of RGB (Red+Green+Blue) = 105+36+46=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #69242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69242E is #96DBD1. Grayscale: #393939. Windows color (decimal): -9886674 or 3023977. OLE color: 3023977.
HSL color Cylindrical-coordinate representation of color #69242E: hue angle of 351.3º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69242E is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 36 | 46 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.59 |
| HSL | 351.3º | 0.49% | 0.28% | - |
| HSV(B) | 351.3º | 0.66% | 0.41% | - |
| XYZ | 6.95 | 4.46 | 3.08 | - |
| YUV | 57.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 46 | 0 | 0.66 | 0.56 | 0.59 | 351.3 | 0.49 | 0.28 |
| Hex | 69 | 24 | 2E | 0 | 42 | 38 | 3B | 15F | 31 | 1C |
| Octal | 151 | 44 | 56 | 0 | 102 | 70 | 73 | 537 | 61 | 34 |
| Binary | 1101001 | 100100 | 101110 | 0 | 1000010 | 111000 | 111011 | 101011111 | 110001 | 11100 |
Color Harmonies of #69242E
Complementary color
Monochromatic Colors of #69242E
Black with #69242E
Text Example
Text Example
White with #69242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69242E; }
p { color: rgb(105,36,46); }
H1.HeaderClassName
{
color: #69242E;
}
.AnyTagClassName
{
color: #69242E;
}
</style>
background-color css
<style>
a { background-color: #69242E; }
a { background-color: rgb(105,36,46); }
div.DivClassName
{
background-color: #69242E;
}
.BgClassName
{
background-color: #69242E;
}
</style>
border-color css
<style>
span { border-color: #69242E; }
span { border-color: rgb(105,36,46); }
td.TdClassName
{
border-color: #69242E;
}
.TagClassName
{
border-color: #69242E;
}
</style>