Shades of Monarch #692C33
Tints of Monarch #692C33
RGB
CMYK
RGB Variations
Color information
#692C33 (or 0x692C33) is known color: Monarch. HEX triplet: 69, 2C and 33. RGB value is (105,44,51). Sum of RGB (Red+Green+Blue) = 105+44+51=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #692C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C33 is #96D3CC. Grayscale: #3F3F3F. Windows color (decimal): -9884621 or 3353705. OLE color: 3353705.
HSL color Cylindrical-coordinate representation of color #692C33: hue angle of 353.11º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #692C33 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 51 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.59 |
| HSL | 353.11º | 0.41% | 0.29% | - |
| HSV(B) | 353.11º | 0.58% | 0.41% | - |
| XYZ | 7.32 | 5.04 | 3.72 | - |
| YUV | 63.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 51 | 0 | 0.58 | 0.51 | 0.59 | 353.11 | 0.41 | 0.29 |
| Hex | 69 | 2C | 33 | 0 | 3A | 33 | 3B | 161 | 29 | 1D |
| Octal | 151 | 54 | 63 | 0 | 72 | 63 | 73 | 541 | 51 | 35 |
| Binary | 1101001 | 101100 | 110011 | 0 | 111010 | 110011 | 111011 | 101100001 | 101001 | 11101 |
Color Harmonies of #692C33
Complementary color
Monochromatic Colors of #692C33
Black with #692C33
Text Example
Text Example
White with #692C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C33; }
p { color: rgb(105,44,51); }
H1.HeaderClassName
{
color: #692C33;
}
.AnyTagClassName
{
color: #692C33;
}
</style>
background-color css
<style>
a { background-color: #692C33; }
a { background-color: rgb(105,44,51); }
div.DivClassName
{
background-color: #692C33;
}
.BgClassName
{
background-color: #692C33;
}
</style>
border-color css
<style>
span { border-color: #692C33; }
span { border-color: rgb(105,44,51); }
td.TdClassName
{
border-color: #692C33;
}
.TagClassName
{
border-color: #692C33;
}
</style>