Shades of Maire #352A07
Tints of Maire #352A07
RGB
CMYK
RGB Variations
Color information
#352A07 (or 0x352A07) is known color: Maire. HEX triplet: 35, 2A and 07. RGB value is (53,42,7). Sum of RGB (Red+Green+Blue) = 53+42+7=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #352A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A07 is #CAD5F8. Grayscale: #292929. Windows color (decimal): -13293049 or 469557. OLE color: 469557.
HSL color Cylindrical-coordinate representation of color #352A07: hue angle of 45.65º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #352A07 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 42 | 7 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.79 |
| HSL | 45.65º | 0.77% | 0.12% | - |
| HSV(B) | 45.65º | 0.87% | 0.21% | - |
| XYZ | 2.33 | 2.43 | 0.55 | - |
| YUV | 41.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 7 | 0 | 0.21 | 0.87 | 0.79 | 45.65 | 0.77 | 0.12 |
| Hex | 35 | 2A | 7 | 0 | 15 | 57 | 4F | 2E | 4D | C |
| Octal | 65 | 52 | 7 | 0 | 25 | 127 | 117 | 56 | 115 | 14 |
| Binary | 110101 | 101010 | 111 | 0 | 10101 | 1010111 | 1001111 | 101110 | 1001101 | 1100 |
Color Harmonies of #352A07
Complementary color
Monochromatic Colors of #352A07
Black with #352A07
Text Example
Text Example
White with #352A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A07; }
p { color: rgb(53,42,7); }
H1.HeaderClassName
{
color: #352A07;
}
.AnyTagClassName
{
color: #352A07;
}
</style>
background-color css
<style>
a { background-color: #352A07; }
a { background-color: rgb(53,42,7); }
div.DivClassName
{
background-color: #352A07;
}
.BgClassName
{
background-color: #352A07;
}
</style>
border-color css
<style>
span { border-color: #352A07; }
span { border-color: rgb(53,42,7); }
td.TdClassName
{
border-color: #352A07;
}
.TagClassName
{
border-color: #352A07;
}
</style>