Shades of Monarch #69232B
Tints of Monarch #69232B
RGB
CMYK
RGB Variations
Color information
#69232B (or 0x69232B) is known color: Monarch. HEX triplet: 69, 23 and 2B. RGB value is (105,35,43). Sum of RGB (Red+Green+Blue) = 105+35+43=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #69232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69232B is #96DCD4. Grayscale: #383838. Windows color (decimal): -9886933 or 2827113. OLE color: 2827113.
HSL color Cylindrical-coordinate representation of color #69232B: hue angle of 353.14º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69232B is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 35 | 43 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.59 |
| HSL | 353.14º | 0.5% | 0.27% | - |
| HSV(B) | 353.14º | 0.67% | 0.41% | - |
| XYZ | 6.86 | 4.38 | 2.77 | - |
| YUV | 56.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 35 | 43 | 0 | 0.67 | 0.59 | 0.59 | 353.14 | 0.5 | 0.27 |
| Hex | 69 | 23 | 2B | 0 | 43 | 3B | 3B | 161 | 32 | 1B |
| Octal | 151 | 43 | 53 | 0 | 103 | 73 | 73 | 541 | 62 | 33 |
| Binary | 1101001 | 100011 | 101011 | 0 | 1000011 | 111011 | 111011 | 101100001 | 110010 | 11011 |
Color Harmonies of #69232B
Complementary color
Monochromatic Colors of #69232B
Black with #69232B
Text Example
Text Example
White with #69232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69232B; }
p { color: rgb(105,35,43); }
H1.HeaderClassName
{
color: #69232B;
}
.AnyTagClassName
{
color: #69232B;
}
</style>
background-color css
<style>
a { background-color: #69232B; }
a { background-color: rgb(105,35,43); }
div.DivClassName
{
background-color: #69232B;
}
.BgClassName
{
background-color: #69232B;
}
</style>
border-color css
<style>
span { border-color: #69232B; }
span { border-color: rgb(105,35,43); }
td.TdClassName
{
border-color: #69232B;
}
.TagClassName
{
border-color: #69232B;
}
</style>