Shades of Maire #352D0F
Tints of Maire #352D0F
RGB
CMYK
RGB Variations
Color information
#352D0F (or 0x352D0F) is known color: Maire. HEX triplet: 35, 2D and 0F. RGB value is (53,45,15). Sum of RGB (Red+Green+Blue) = 53+45+15=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352D0F is #CAD2F0. Grayscale: #2C2C2C. Windows color (decimal): -13292273 or 994613. OLE color: 994613.
HSL color Cylindrical-coordinate representation of color #352D0F: hue angle of 47.37º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352D0F is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 15 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.79 |
| HSL | 47.37º | 0.56% | 0.13% | - |
| HSV(B) | 47.37º | 0.72% | 0.21% | - |
| XYZ | 2.49 | 2.67 | 0.84 | - |
| YUV | 43.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 15 | 0 | 0.15 | 0.72 | 0.79 | 47.37 | 0.56 | 0.13 |
| Hex | 35 | 2D | F | 0 | F | 48 | 4F | 2F | 38 | D |
| Octal | 65 | 55 | 17 | 0 | 17 | 110 | 117 | 57 | 70 | 15 |
| Binary | 110101 | 101101 | 1111 | 0 | 1111 | 1001000 | 1001111 | 101111 | 111000 | 1101 |
Color Harmonies of #352D0F
Complementary color
Monochromatic Colors of #352D0F
Black with #352D0F
Text Example
Text Example
White with #352D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D0F; }
p { color: rgb(53,45,15); }
H1.HeaderClassName
{
color: #352D0F;
}
.AnyTagClassName
{
color: #352D0F;
}
</style>
background-color css
<style>
a { background-color: #352D0F; }
a { background-color: rgb(53,45,15); }
div.DivClassName
{
background-color: #352D0F;
}
.BgClassName
{
background-color: #352D0F;
}
</style>
border-color css
<style>
span { border-color: #352D0F; }
span { border-color: rgb(53,45,15); }
td.TdClassName
{
border-color: #352D0F;
}
.TagClassName
{
border-color: #352D0F;
}
</style>