Shades of Monarch #6B2129
Tints of Monarch #6B2129
RGB
CMYK
RGB Variations
Color information
#6B2129 (or 0x6B2129) is known color: Monarch. HEX triplet: 6B, 21 and 29. RGB value is (107,33,41). Sum of RGB (Red+Green+Blue) = 107+33+41=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2129 is #94DED6. Grayscale: #383838. Windows color (decimal): -9756375 or 2695531. OLE color: 2695531.
HSL color Cylindrical-coordinate representation of color #6B2129: hue angle of 353.51º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2129 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 41 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.58 |
| HSL | 353.51º | 0.53% | 0.27% | - |
| HSV(B) | 353.51º | 0.69% | 0.42% | - |
| XYZ | 7.01 | 4.37 | 2.57 | - |
| YUV | 56.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 41 | 0 | 0.69 | 0.62 | 0.58 | 353.51 | 0.53 | 0.27 |
| Hex | 6B | 21 | 29 | 0 | 45 | 3E | 3A | 162 | 35 | 1B |
| Octal | 153 | 41 | 51 | 0 | 105 | 76 | 72 | 542 | 65 | 33 |
| Binary | 1101011 | 100001 | 101001 | 0 | 1000101 | 111110 | 111010 | 101100010 | 110101 | 11011 |
Color Harmonies of #6B2129
Complementary color
Monochromatic Colors of #6B2129
Black with #6B2129
Text Example
Text Example
White with #6B2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2129; }
p { color: rgb(107,33,41); }
H1.HeaderClassName
{
color: #6B2129;
}
.AnyTagClassName
{
color: #6B2129;
}
</style>
background-color css
<style>
a { background-color: #6B2129; }
a { background-color: rgb(107,33,41); }
div.DivClassName
{
background-color: #6B2129;
}
.BgClassName
{
background-color: #6B2129;
}
</style>
border-color css
<style>
span { border-color: #6B2129; }
span { border-color: rgb(107,33,41); }
td.TdClassName
{
border-color: #6B2129;
}
.TagClassName
{
border-color: #6B2129;
}
</style>