Shades of Maire #352F0D
Tints of Maire #352F0D
RGB
CMYK
RGB Variations
Color information
#352F0D (or 0x352F0D) is known color: Maire. HEX triplet: 35, 2F and 0D. RGB value is (53,47,13). Sum of RGB (Red+Green+Blue) = 53+47+13=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F0D is #CAD0F2. Grayscale: #2D2D2D. Windows color (decimal): -13291763 or 864053. OLE color: 864053.
HSL color Cylindrical-coordinate representation of color #352F0D: hue angle of 51º 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 #352F0D is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 13 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.79 |
| HSL | 51º | 0.61% | 0.13% | - |
| HSV(B) | 51º | 0.75% | 0.21% | - |
| XYZ | 2.56 | 2.82 | 0.79 | - |
| YUV | 44.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 13 | 0 | 0.11 | 0.75 | 0.79 | 51 | 0.61 | 0.13 |
| Hex | 35 | 2F | D | 0 | B | 4B | 4F | 33 | 3D | D |
| Octal | 65 | 57 | 15 | 0 | 13 | 113 | 117 | 63 | 75 | 15 |
| Binary | 110101 | 101111 | 1101 | 0 | 1011 | 1001011 | 1001111 | 110011 | 111101 | 1101 |
Color Harmonies of #352F0D
Complementary color
Monochromatic Colors of #352F0D
Black with #352F0D
Text Example
Text Example
White with #352F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F0D; }
p { color: rgb(53,47,13); }
H1.HeaderClassName
{
color: #352F0D;
}
.AnyTagClassName
{
color: #352F0D;
}
</style>
background-color css
<style>
a { background-color: #352F0D; }
a { background-color: rgb(53,47,13); }
div.DivClassName
{
background-color: #352F0D;
}
.BgClassName
{
background-color: #352F0D;
}
</style>
border-color css
<style>
span { border-color: #352F0D; }
span { border-color: rgb(53,47,13); }
td.TdClassName
{
border-color: #352F0D;
}
.TagClassName
{
border-color: #352F0D;
}
</style>