Shades of Monarch #6A1F2C
Tints of Monarch #6A1F2C
RGB
CMYK
RGB Variations
Color information
#6A1F2C (or 0x6A1F2C) is known color: Monarch. HEX triplet: 6A, 1F and 2C. RGB value is (106,31,44). Sum of RGB (Red+Green+Blue) = 106+31+44=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1F2C is #95E0D3. Grayscale: #363636. Windows color (decimal): -9822420 or 2891626. OLE color: 2891626.
HSL color Cylindrical-coordinate representation of color #6A1F2C: hue angle of 349.6º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A1F2C is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 31 | 44 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.58 |
| HSL | 349.6º | 0.55% | 0.27% | - |
| HSV(B) | 349.6º | 0.71% | 0.42% | - |
| XYZ | 6.89 | 4.23 | 2.84 | - |
| YUV | 54.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 44 | 0 | 0.71 | 0.58 | 0.58 | 349.6 | 0.55 | 0.27 |
| Hex | 6A | 1F | 2C | 0 | 47 | 3A | 3A | 15E | 37 | 1B |
| Octal | 152 | 37 | 54 | 0 | 107 | 72 | 72 | 536 | 67 | 33 |
| Binary | 1101010 | 11111 | 101100 | 0 | 1000111 | 111010 | 111010 | 101011110 | 110111 | 11011 |
Color Harmonies of #6A1F2C
Complementary color
Monochromatic Colors of #6A1F2C
Black with #6A1F2C
Text Example
Text Example
White with #6A1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1F2C; }
p { color: rgb(106,31,44); }
H1.HeaderClassName
{
color: #6A1F2C;
}
.AnyTagClassName
{
color: #6A1F2C;
}
</style>
background-color css
<style>
a { background-color: #6A1F2C; }
a { background-color: rgb(106,31,44); }
div.DivClassName
{
background-color: #6A1F2C;
}
.BgClassName
{
background-color: #6A1F2C;
}
</style>
border-color css
<style>
span { border-color: #6A1F2C; }
span { border-color: rgb(106,31,44); }
td.TdClassName
{
border-color: #6A1F2C;
}
.TagClassName
{
border-color: #6A1F2C;
}
</style>