Shades of Monarch #68232F
Tints of Monarch #68232F
RGB
CMYK
RGB Variations
Color information
#68232F (or 0x68232F) is known color: Monarch. HEX triplet: 68, 23 and 2F. RGB value is (104,35,47). Sum of RGB (Red+Green+Blue) = 104+35+47=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68232F is #97DCD0. Grayscale: #393939. Windows color (decimal): -9952465 or 3089256. OLE color: 3089256.
HSL color Cylindrical-coordinate representation of color #68232F: hue angle of 349.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68232F is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 35 | 47 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.59 |
| HSL | 349.57º | 0.5% | 0.27% | - |
| HSV(B) | 349.57º | 0.66% | 0.41% | - |
| XYZ | 6.82 | 4.35 | 3.17 | - |
| YUV | 57 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 47 | 0 | 0.66 | 0.55 | 0.59 | 349.57 | 0.5 | 0.27 |
| Hex | 68 | 23 | 2F | 0 | 42 | 37 | 3B | 15E | 32 | 1B |
| Octal | 150 | 43 | 57 | 0 | 102 | 67 | 73 | 536 | 62 | 33 |
| Binary | 1101000 | 100011 | 101111 | 0 | 1000010 | 110111 | 111011 | 101011110 | 110010 | 11011 |
Color Harmonies of #68232F
Complementary color
Monochromatic Colors of #68232F
Black with #68232F
Text Example
Text Example
White with #68232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68232F; }
p { color: rgb(104,35,47); }
H1.HeaderClassName
{
color: #68232F;
}
.AnyTagClassName
{
color: #68232F;
}
</style>
background-color css
<style>
a { background-color: #68232F; }
a { background-color: rgb(104,35,47); }
div.DivClassName
{
background-color: #68232F;
}
.BgClassName
{
background-color: #68232F;
}
</style>
border-color css
<style>
span { border-color: #68232F; }
span { border-color: rgb(104,35,47); }
td.TdClassName
{
border-color: #68232F;
}
.TagClassName
{
border-color: #68232F;
}
</style>