Shades of Maire #35321B
Tints of Maire #35321B
RGB
CMYK
RGB Variations
Color information
#35321B (or 0x35321B) is known color: Maire. HEX triplet: 35, 32 and 1B. RGB value is (53,50,27). Sum of RGB (Red+Green+Blue) = 53+50+27=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #35321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35321B is #CACDE4. Grayscale: #303030. Windows color (decimal): -13290981 or 1782325. OLE color: 1782325.
HSL color Cylindrical-coordinate representation of color #35321B: hue angle of 53.08º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35321B is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 50 | 27 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.79 |
| HSL | 53.08º | 0.33% | 0.16% | - |
| HSV(B) | 53.08º | 0.49% | 0.21% | - |
| XYZ | 2.81 | 3.12 | 1.49 | - |
| YUV | 48.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 27 | 0 | 0.06 | 0.49 | 0.79 | 53.08 | 0.33 | 0.16 |
| Hex | 35 | 32 | 1B | 0 | 6 | 31 | 4F | 35 | 20 | 10 |
| Octal | 65 | 62 | 33 | 0 | 6 | 61 | 117 | 65 | 40 | 20 |
| Binary | 110101 | 110010 | 11011 | 0 | 110 | 110001 | 1001111 | 110101 | 100000 | 10000 |
Color Harmonies of #35321B
Complementary color
Monochromatic Colors of #35321B
Black with #35321B
Text Example
Text Example
White with #35321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35321B; }
p { color: rgb(53,50,27); }
H1.HeaderClassName
{
color: #35321B;
}
.AnyTagClassName
{
color: #35321B;
}
</style>
background-color css
<style>
a { background-color: #35321B; }
a { background-color: rgb(53,50,27); }
div.DivClassName
{
background-color: #35321B;
}
.BgClassName
{
background-color: #35321B;
}
</style>
border-color css
<style>
span { border-color: #35321B; }
span { border-color: rgb(53,50,27); }
td.TdClassName
{
border-color: #35321B;
}
.TagClassName
{
border-color: #35321B;
}
</style>