Shades of Monarch #6F252B
Tints of Monarch #6F252B
RGB
CMYK
RGB Variations
Color information
#6F252B (or 0x6F252B) is known color: Monarch. HEX triplet: 6F, 25 and 2B. RGB value is (111,37,43). Sum of RGB (Red+Green+Blue) = 111+37+43=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F252B is #90DAD4. Grayscale: #3B3B3B. Windows color (decimal): -9493205 or 2827631. OLE color: 2827631.
HSL color Cylindrical-coordinate representation of color #6F252B: hue angle of 355.14º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F252B is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 43 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.56 |
| HSL | 355.14º | 0.5% | 0.29% | - |
| HSV(B) | 355.14º | 0.67% | 0.44% | - |
| XYZ | 7.65 | 4.88 | 2.82 | - |
| YUV | 59.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 43 | 0 | 0.67 | 0.61 | 0.56 | 355.14 | 0.5 | 0.29 |
| Hex | 6F | 25 | 2B | 0 | 43 | 3D | 38 | 163 | 32 | 1D |
| Octal | 157 | 45 | 53 | 0 | 103 | 75 | 70 | 543 | 62 | 35 |
| Binary | 1101111 | 100101 | 101011 | 0 | 1000011 | 111101 | 111000 | 101100011 | 110010 | 11101 |
Color Harmonies of #6F252B
Complementary color
Monochromatic Colors of #6F252B
Black with #6F252B
Text Example
Text Example
White with #6F252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F252B; }
p { color: rgb(111,37,43); }
H1.HeaderClassName
{
color: #6F252B;
}
.AnyTagClassName
{
color: #6F252B;
}
</style>
background-color css
<style>
a { background-color: #6F252B; }
a { background-color: rgb(111,37,43); }
div.DivClassName
{
background-color: #6F252B;
}
.BgClassName
{
background-color: #6F252B;
}
</style>
border-color css
<style>
span { border-color: #6F252B; }
span { border-color: rgb(111,37,43); }
td.TdClassName
{
border-color: #6F252B;
}
.TagClassName
{
border-color: #6F252B;
}
</style>