Shades of Monarch #682530
Tints of Monarch #682530
RGB
CMYK
RGB Variations
Color information
#682530 (or 0x682530) is known color: Monarch. HEX triplet: 68, 25 and 30. RGB value is (104,37,48). Sum of RGB (Red+Green+Blue) = 104+37+48=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #682530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682530 is #97DACF. Grayscale: #3A3A3A. Windows color (decimal): -9951952 or 3155304. OLE color: 3155304.
HSL color Cylindrical-coordinate representation of color #682530: hue angle of 350.15º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682530 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 48 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.59 |
| HSL | 350.15º | 0.48% | 0.28% | - |
| HSV(B) | 350.15º | 0.64% | 0.41% | - |
| XYZ | 6.9 | 4.48 | 3.3 | - |
| YUV | 58.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 48 | 0 | 0.64 | 0.54 | 0.59 | 350.15 | 0.48 | 0.28 |
| Hex | 68 | 25 | 30 | 0 | 40 | 36 | 3B | 15E | 30 | 1C |
| Octal | 150 | 45 | 60 | 0 | 100 | 66 | 73 | 536 | 60 | 34 |
| Binary | 1101000 | 100101 | 110000 | 0 | 1000000 | 110110 | 111011 | 101011110 | 110000 | 11100 |
Color Harmonies of #682530
Complementary color
Monochromatic Colors of #682530
Black with #682530
Text Example
Text Example
White with #682530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682530; }
p { color: rgb(104,37,48); }
H1.HeaderClassName
{
color: #682530;
}
.AnyTagClassName
{
color: #682530;
}
</style>
background-color css
<style>
a { background-color: #682530; }
a { background-color: rgb(104,37,48); }
div.DivClassName
{
background-color: #682530;
}
.BgClassName
{
background-color: #682530;
}
</style>
border-color css
<style>
span { border-color: #682530; }
span { border-color: rgb(104,37,48); }
td.TdClassName
{
border-color: #682530;
}
.TagClassName
{
border-color: #682530;
}
</style>