Shades of Maire #36310E
Tints of Maire #36310E
RGB
CMYK
RGB Variations
Color information
#36310E (or 0x36310E) is known color: Maire. HEX triplet: 36, 31 and 0E. RGB value is (54,49,14). Sum of RGB (Red+Green+Blue) = 54+49+14=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #36310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36310E is #C9CEF1. Grayscale: #2E2E2E. Windows color (decimal): -13225714 or 930102. OLE color: 930102.
HSL color Cylindrical-coordinate representation of color #36310E: hue angle of 52.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36310E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 49 | 14 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.79 |
| HSL | 52.5º | 0.59% | 0.13% | - |
| HSV(B) | 52.5º | 0.74% | 0.21% | - |
| XYZ | 2.7 | 3.01 | 0.85 | - |
| YUV | 46.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 14 | 0 | 0.09 | 0.74 | 0.79 | 52.5 | 0.59 | 0.13 |
| Hex | 36 | 31 | E | 0 | 9 | 4A | 4F | 34 | 3B | D |
| Octal | 66 | 61 | 16 | 0 | 11 | 112 | 117 | 64 | 73 | 15 |
| Binary | 110110 | 110001 | 1110 | 0 | 1001 | 1001010 | 1001111 | 110100 | 111011 | 1101 |
Color Harmonies of #36310E
Complementary color
Monochromatic Colors of #36310E
Black with #36310E
Text Example
Text Example
White with #36310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36310E; }
p { color: rgb(54,49,14); }
H1.HeaderClassName
{
color: #36310E;
}
.AnyTagClassName
{
color: #36310E;
}
</style>
background-color css
<style>
a { background-color: #36310E; }
a { background-color: rgb(54,49,14); }
div.DivClassName
{
background-color: #36310E;
}
.BgClassName
{
background-color: #36310E;
}
</style>
border-color css
<style>
span { border-color: #36310E; }
span { border-color: rgb(54,49,14); }
td.TdClassName
{
border-color: #36310E;
}
.TagClassName
{
border-color: #36310E;
}
</style>