Shades of Maire #352D0D
Tints of Maire #352D0D
RGB
CMYK
RGB Variations
Color information
#352D0D (or 0x352D0D) is known color: Maire. HEX triplet: 35, 2D and 0D. RGB value is (53,45,13). Sum of RGB (Red+Green+Blue) = 53+45+13=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352D0D is #CAD2F2. Grayscale: #2B2B2B. Windows color (decimal): -13292275 or 863541. OLE color: 863541.
HSL color Cylindrical-coordinate representation of color #352D0D: hue angle of 48º 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 #352D0D is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 13 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.79 |
| HSL | 48º | 0.61% | 0.13% | - |
| HSV(B) | 48º | 0.75% | 0.21% | - |
| XYZ | 2.48 | 2.66 | 0.76 | - |
| YUV | 43.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 13 | 0 | 0.15 | 0.75 | 0.79 | 48 | 0.61 | 0.13 |
| Hex | 35 | 2D | D | 0 | F | 4B | 4F | 30 | 3D | D |
| Octal | 65 | 55 | 15 | 0 | 17 | 113 | 117 | 60 | 75 | 15 |
| Binary | 110101 | 101101 | 1101 | 0 | 1111 | 1001011 | 1001111 | 110000 | 111101 | 1101 |
Color Harmonies of #352D0D
Complementary color
Monochromatic Colors of #352D0D
Black with #352D0D
Text Example
Text Example
White with #352D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D0D; }
p { color: rgb(53,45,13); }
H1.HeaderClassName
{
color: #352D0D;
}
.AnyTagClassName
{
color: #352D0D;
}
</style>
background-color css
<style>
a { background-color: #352D0D; }
a { background-color: rgb(53,45,13); }
div.DivClassName
{
background-color: #352D0D;
}
.BgClassName
{
background-color: #352D0D;
}
</style>
border-color css
<style>
span { border-color: #352D0D; }
span { border-color: rgb(53,45,13); }
td.TdClassName
{
border-color: #352D0D;
}
.TagClassName
{
border-color: #352D0D;
}
</style>