Shades of Monarch #6B2528
Tints of Monarch #6B2528
RGB
CMYK
RGB Variations
Color information
#6B2528 (or 0x6B2528) is known color: Monarch. HEX triplet: 6B, 25 and 28. RGB value is (107,37,40). Sum of RGB (Red+Green+Blue) = 107+37+40=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2528 is #94DAD7. Grayscale: #3A3A3A. Windows color (decimal): -9755352 or 2631019. OLE color: 2631019.
HSL color Cylindrical-coordinate representation of color #6B2528: hue angle of 357.43º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B2528 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 37 | 40 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.58 |
| HSL | 357.43º | 0.49% | 0.28% | - |
| HSV(B) | 357.43º | 0.65% | 0.42% | - |
| XYZ | 7.11 | 4.6 | 2.52 | - |
| YUV | 58.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 40 | 0 | 0.65 | 0.63 | 0.58 | 357.43 | 0.49 | 0.28 |
| Hex | 6B | 25 | 28 | 0 | 41 | 3F | 3A | 165 | 31 | 1C |
| Octal | 153 | 45 | 50 | 0 | 101 | 77 | 72 | 545 | 61 | 34 |
| Binary | 1101011 | 100101 | 101000 | 0 | 1000001 | 111111 | 111010 | 101100101 | 110001 | 11100 |
Color Harmonies of #6B2528
Complementary color
Monochromatic Colors of #6B2528
Black with #6B2528
Text Example
Text Example
White with #6B2528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2528; }
p { color: rgb(107,37,40); }
H1.HeaderClassName
{
color: #6B2528;
}
.AnyTagClassName
{
color: #6B2528;
}
</style>
background-color css
<style>
a { background-color: #6B2528; }
a { background-color: rgb(107,37,40); }
div.DivClassName
{
background-color: #6B2528;
}
.BgClassName
{
background-color: #6B2528;
}
</style>
border-color css
<style>
span { border-color: #6B2528; }
span { border-color: rgb(107,37,40); }
td.TdClassName
{
border-color: #6B2528;
}
.TagClassName
{
border-color: #6B2528;
}
</style>