Shades of Monarch #68232B
Tints of Monarch #68232B
RGB
CMYK
RGB Variations
Color information
#68232B (or 0x68232B) is known color: Monarch. HEX triplet: 68, 23 and 2B. RGB value is (104,35,43). Sum of RGB (Red+Green+Blue) = 104+35+43=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68232B is #97DCD4. Grayscale: #383838. Windows color (decimal): -9952469 or 2827112. OLE color: 2827112.
HSL color Cylindrical-coordinate representation of color #68232B: hue angle of 353.04º 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 #68232B is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 35 | 43 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.59 |
| HSL | 353.04º | 0.5% | 0.27% | - |
| HSV(B) | 353.04º | 0.66% | 0.41% | - |
| XYZ | 6.75 | 4.32 | 2.76 | - |
| YUV | 56.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 43 | 0 | 0.66 | 0.59 | 0.59 | 353.04 | 0.5 | 0.27 |
| Hex | 68 | 23 | 2B | 0 | 42 | 3B | 3B | 161 | 32 | 1B |
| Octal | 150 | 43 | 53 | 0 | 102 | 73 | 73 | 541 | 62 | 33 |
| Binary | 1101000 | 100011 | 101011 | 0 | 1000010 | 111011 | 111011 | 101100001 | 110010 | 11011 |
Color Harmonies of #68232B
Complementary color
Monochromatic Colors of #68232B
Black with #68232B
Text Example
Text Example
White with #68232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68232B; }
p { color: rgb(104,35,43); }
H1.HeaderClassName
{
color: #68232B;
}
.AnyTagClassName
{
color: #68232B;
}
</style>
background-color css
<style>
a { background-color: #68232B; }
a { background-color: rgb(104,35,43); }
div.DivClassName
{
background-color: #68232B;
}
.BgClassName
{
background-color: #68232B;
}
</style>
border-color css
<style>
span { border-color: #68232B; }
span { border-color: rgb(104,35,43); }
td.TdClassName
{
border-color: #68232B;
}
.TagClassName
{
border-color: #68232B;
}
</style>