Shades of Maire #35310D
Tints of Maire #35310D
RGB
CMYK
RGB Variations
Color information
#35310D (or 0x35310D) is known color: Maire. HEX triplet: 35, 31 and 0D. RGB value is (53,49,13). Sum of RGB (Red+Green+Blue) = 53+49+13=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35310D is #CACEF2. Grayscale: #2E2E2E. Windows color (decimal): -13291251 or 864565. OLE color: 864565.
HSL color Cylindrical-coordinate representation of color #35310D: hue angle of 54º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35310D is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 49 | 13 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.79 |
| HSL | 54º | 0.61% | 0.13% | - |
| HSV(B) | 54º | 0.75% | 0.21% | - |
| XYZ | 2.64 | 2.98 | 0.82 | - |
| YUV | 46.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 13 | 0 | 0.08 | 0.75 | 0.79 | 54 | 0.61 | 0.13 |
| Hex | 35 | 31 | D | 0 | 8 | 4B | 4F | 36 | 3D | D |
| Octal | 65 | 61 | 15 | 0 | 10 | 113 | 117 | 66 | 75 | 15 |
| Binary | 110101 | 110001 | 1101 | 0 | 1000 | 1001011 | 1001111 | 110110 | 111101 | 1101 |
Color Harmonies of #35310D
Complementary color
Monochromatic Colors of #35310D
Black with #35310D
Text Example
Text Example
White with #35310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35310D; }
p { color: rgb(53,49,13); }
H1.HeaderClassName
{
color: #35310D;
}
.AnyTagClassName
{
color: #35310D;
}
</style>
background-color css
<style>
a { background-color: #35310D; }
a { background-color: rgb(53,49,13); }
div.DivClassName
{
background-color: #35310D;
}
.BgClassName
{
background-color: #35310D;
}
</style>
border-color css
<style>
span { border-color: #35310D; }
span { border-color: rgb(53,49,13); }
td.TdClassName
{
border-color: #35310D;
}
.TagClassName
{
border-color: #35310D;
}
</style>