Shades of Maire #352901
Tints of Maire #352901
RGB
CMYK
RGB Variations
Color information
#352901 (or 0x352901) is known color: Maire. HEX triplet: 35, 29 and 01. RGB value is (53,41,1). Sum of RGB (Red+Green+Blue) = 53+41+1=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #352901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352901 is #CAD6FE. Grayscale: #282828. Windows color (decimal): -13293311 or 76085. OLE color: 76085.
HSL color Cylindrical-coordinate representation of color #352901: hue angle of 46.15º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #352901 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 41 | 1 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.79 |
| HSL | 46.15º | 0.96% | 0.11% | - |
| HSV(B) | 46.15º | 0.98% | 0.21% | - |
| XYZ | 2.27 | 2.34 | 0.36 | - |
| YUV | 40.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 1 | 0 | 0.23 | 0.98 | 0.79 | 46.15 | 0.96 | 0.11 |
| Hex | 35 | 29 | 1 | 0 | 17 | 62 | 4F | 2E | 60 | B |
| Octal | 65 | 51 | 1 | 0 | 27 | 142 | 117 | 56 | 140 | 13 |
| Binary | 110101 | 101001 | 1 | 0 | 10111 | 1100010 | 1001111 | 101110 | 1100000 | 1011 |
Color Harmonies of #352901
Complementary color
Monochromatic Colors of #352901
Black with #352901
Text Example
Text Example
White with #352901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352901; }
p { color: rgb(53,41,1); }
H1.HeaderClassName
{
color: #352901;
}
.AnyTagClassName
{
color: #352901;
}
</style>
background-color css
<style>
a { background-color: #352901; }
a { background-color: rgb(53,41,1); }
div.DivClassName
{
background-color: #352901;
}
.BgClassName
{
background-color: #352901;
}
</style>
border-color css
<style>
span { border-color: #352901; }
span { border-color: rgb(53,41,1); }
td.TdClassName
{
border-color: #352901;
}
.TagClassName
{
border-color: #352901;
}
</style>