Shades of Monarch #682128
Tints of Monarch #682128
RGB
CMYK
RGB Variations
Color information
#682128 (or 0x682128) is known color: Monarch. HEX triplet: 68, 21 and 28. RGB value is (104,33,40). Sum of RGB (Red+Green+Blue) = 104+33+40=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #682128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682128 is #97DED7. Grayscale: #373737. Windows color (decimal): -9952984 or 2629992. OLE color: 2629992.
HSL color Cylindrical-coordinate representation of color #682128: hue angle of 354.08º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682128 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 40 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.59 |
| HSL | 354.08º | 0.52% | 0.27% | - |
| HSV(B) | 354.08º | 0.68% | 0.41% | - |
| XYZ | 6.64 | 4.18 | 2.47 | - |
| YUV | 55.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 40 | 0 | 0.68 | 0.62 | 0.59 | 354.08 | 0.52 | 0.27 |
| Hex | 68 | 21 | 28 | 0 | 44 | 3E | 3B | 162 | 34 | 1B |
| Octal | 150 | 41 | 50 | 0 | 104 | 76 | 73 | 542 | 64 | 33 |
| Binary | 1101000 | 100001 | 101000 | 0 | 1000100 | 111110 | 111011 | 101100010 | 110100 | 11011 |
Color Harmonies of #682128
Complementary color
Monochromatic Colors of #682128
Black with #682128
Text Example
Text Example
White with #682128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682128; }
p { color: rgb(104,33,40); }
H1.HeaderClassName
{
color: #682128;
}
.AnyTagClassName
{
color: #682128;
}
</style>
background-color css
<style>
a { background-color: #682128; }
a { background-color: rgb(104,33,40); }
div.DivClassName
{
background-color: #682128;
}
.BgClassName
{
background-color: #682128;
}
</style>
border-color css
<style>
span { border-color: #682128; }
span { border-color: rgb(104,33,40); }
td.TdClassName
{
border-color: #682128;
}
.TagClassName
{
border-color: #682128;
}
</style>