Shades of Monarch #6B252A
Tints of Monarch #6B252A
RGB
CMYK
RGB Variations
Color information
#6B252A (or 0x6B252A) is known color: Monarch. HEX triplet: 6B, 25 and 2A. RGB value is (107,37,42). Sum of RGB (Red+Green+Blue) = 107+37+42=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B252A is #94DAD5. Grayscale: #3A3A3A. Windows color (decimal): -9755350 or 2762091. OLE color: 2762091.
HSL color Cylindrical-coordinate representation of color #6B252A: hue angle of 355.71º 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 #6B252A is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 37 | 42 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.58 |
| HSL | 355.71º | 0.49% | 0.28% | - |
| HSV(B) | 355.71º | 0.65% | 0.42% | - |
| XYZ | 7.14 | 4.62 | 2.71 | - |
| YUV | 58.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 42 | 0 | 0.65 | 0.61 | 0.58 | 355.71 | 0.49 | 0.28 |
| Hex | 6B | 25 | 2A | 0 | 41 | 3D | 3A | 164 | 31 | 1C |
| Octal | 153 | 45 | 52 | 0 | 101 | 75 | 72 | 544 | 61 | 34 |
| Binary | 1101011 | 100101 | 101010 | 0 | 1000001 | 111101 | 111010 | 101100100 | 110001 | 11100 |
Color Harmonies of #6B252A
Complementary color
Monochromatic Colors of #6B252A
Black with #6B252A
Text Example
Text Example
White with #6B252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B252A; }
p { color: rgb(107,37,42); }
H1.HeaderClassName
{
color: #6B252A;
}
.AnyTagClassName
{
color: #6B252A;
}
</style>
background-color css
<style>
a { background-color: #6B252A; }
a { background-color: rgb(107,37,42); }
div.DivClassName
{
background-color: #6B252A;
}
.BgClassName
{
background-color: #6B252A;
}
</style>
border-color css
<style>
span { border-color: #6B252A; }
span { border-color: rgb(107,37,42); }
td.TdClassName
{
border-color: #6B252A;
}
.TagClassName
{
border-color: #6B252A;
}
</style>