Shades of Monarch #682127
Tints of Monarch #682127
RGB
CMYK
RGB Variations
Color information
#682127 (or 0x682127) is known color: Monarch. HEX triplet: 68, 21 and 27. RGB value is (104,33,39). Sum of RGB (Red+Green+Blue) = 104+33+39=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #682127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682127 is #97DED8. Grayscale: #363636. Windows color (decimal): -9952985 or 2564456. OLE color: 2564456.
HSL color Cylindrical-coordinate representation of color #682127: hue angle of 354.93º 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 #682127 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 39 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.59 |
| HSL | 354.93º | 0.52% | 0.27% | - |
| HSV(B) | 354.93º | 0.68% | 0.41% | - |
| XYZ | 6.62 | 4.18 | 2.38 | - |
| YUV | 54.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 39 | 0 | 0.68 | 0.62 | 0.59 | 354.93 | 0.52 | 0.27 |
| Hex | 68 | 21 | 27 | 0 | 44 | 3E | 3B | 163 | 34 | 1B |
| Octal | 150 | 41 | 47 | 0 | 104 | 76 | 73 | 543 | 64 | 33 |
| Binary | 1101000 | 100001 | 100111 | 0 | 1000100 | 111110 | 111011 | 101100011 | 110100 | 11011 |
Color Harmonies of #682127
Complementary color
Monochromatic Colors of #682127
Black with #682127
Text Example
Text Example
White with #682127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682127; }
p { color: rgb(104,33,39); }
H1.HeaderClassName
{
color: #682127;
}
.AnyTagClassName
{
color: #682127;
}
</style>
background-color css
<style>
a { background-color: #682127; }
a { background-color: rgb(104,33,39); }
div.DivClassName
{
background-color: #682127;
}
.BgClassName
{
background-color: #682127;
}
</style>
border-color css
<style>
span { border-color: #682127; }
span { border-color: rgb(104,33,39); }
td.TdClassName
{
border-color: #682127;
}
.TagClassName
{
border-color: #682127;
}
</style>