Shades of Monarch #682B33
Tints of Monarch #682B33
RGB
CMYK
RGB Variations
Color information
#682B33 (or 0x682B33) is known color: Monarch. HEX triplet: 68, 2B and 33. RGB value is (104,43,51). Sum of RGB (Red+Green+Blue) = 104+43+51=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #682B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B33 is #97D4CC. Grayscale: #3E3E3E. Windows color (decimal): -9950413 or 3353448. OLE color: 3353448.
HSL color Cylindrical-coordinate representation of color #682B33: hue angle of 352.13º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B33 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 51 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.59 |
| HSL | 352.13º | 0.41% | 0.29% | - |
| HSV(B) | 352.13º | 0.59% | 0.41% | - |
| XYZ | 7.17 | 4.91 | 3.7 | - |
| YUV | 62.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 51 | 0 | 0.59 | 0.51 | 0.59 | 352.13 | 0.41 | 0.29 |
| Hex | 68 | 2B | 33 | 0 | 3B | 33 | 3B | 160 | 29 | 1D |
| Octal | 150 | 53 | 63 | 0 | 73 | 63 | 73 | 540 | 51 | 35 |
| Binary | 1101000 | 101011 | 110011 | 0 | 111011 | 110011 | 111011 | 101100000 | 101001 | 11101 |
Color Harmonies of #682B33
Complementary color
Monochromatic Colors of #682B33
Black with #682B33
Text Example
Text Example
White with #682B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B33; }
p { color: rgb(104,43,51); }
H1.HeaderClassName
{
color: #682B33;
}
.AnyTagClassName
{
color: #682B33;
}
</style>
background-color css
<style>
a { background-color: #682B33; }
a { background-color: rgb(104,43,51); }
div.DivClassName
{
background-color: #682B33;
}
.BgClassName
{
background-color: #682B33;
}
</style>
border-color css
<style>
span { border-color: #682B33; }
span { border-color: rgb(104,43,51); }
td.TdClassName
{
border-color: #682B33;
}
.TagClassName
{
border-color: #682B33;
}
</style>