Shades of Maire #37310E
Tints of Maire #37310E
RGB
CMYK
RGB Variations
Color information
#37310E (or 0x37310E) is known color: Maire. HEX triplet: 37, 31 and 0E. RGB value is (55,49,14). Sum of RGB (Red+Green+Blue) = 55+49+14=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #37310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37310E is #C8CEF1. Grayscale: #2E2E2E. Windows color (decimal): -13160178 or 930103. OLE color: 930103.
HSL color Cylindrical-coordinate representation of color #37310E: hue angle of 51.22º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37310E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 49 | 14 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.78 |
| HSL | 51.22º | 0.59% | 0.14% | - |
| HSV(B) | 51.22º | 0.75% | 0.22% | - |
| XYZ | 2.75 | 3.04 | 0.86 | - |
| YUV | 46.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 14 | 0 | 0.11 | 0.75 | 0.78 | 51.22 | 0.59 | 0.14 |
| Hex | 37 | 31 | E | 0 | B | 4B | 4E | 33 | 3B | E |
| Octal | 67 | 61 | 16 | 0 | 13 | 113 | 116 | 63 | 73 | 16 |
| Binary | 110111 | 110001 | 1110 | 0 | 1011 | 1001011 | 1001110 | 110011 | 111011 | 1110 |
Color Harmonies of #37310E
Complementary color
Monochromatic Colors of #37310E
Black with #37310E
Text Example
Text Example
White with #37310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37310E; }
p { color: rgb(55,49,14); }
H1.HeaderClassName
{
color: #37310E;
}
.AnyTagClassName
{
color: #37310E;
}
</style>
background-color css
<style>
a { background-color: #37310E; }
a { background-color: rgb(55,49,14); }
div.DivClassName
{
background-color: #37310E;
}
.BgClassName
{
background-color: #37310E;
}
</style>
border-color css
<style>
span { border-color: #37310E; }
span { border-color: rgb(55,49,14); }
td.TdClassName
{
border-color: #37310E;
}
.TagClassName
{
border-color: #37310E;
}
</style>