Shades of Maire #34310A
Tints of Maire #34310A
RGB
CMYK
RGB Variations
Color information
#34310A (or 0x34310A) is known color: Maire. HEX triplet: 34, 31 and 0A. RGB value is (52,49,10). Sum of RGB (Red+Green+Blue) = 52+49+10=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #34310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34310A is #CBCEF5. Grayscale: #2D2D2D. Windows color (decimal): -13356790 or 667956. OLE color: 667956.
HSL color Cylindrical-coordinate representation of color #34310A: hue angle of 55.71º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34310A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 49 | 10 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.80 |
| HSL | 55.71º | 0.68% | 0.12% | - |
| HSV(B) | 55.71º | 0.81% | 0.2% | - |
| XYZ | 2.57 | 2.95 | 0.72 | - |
| YUV | 45.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 10 | 0 | 0.06 | 0.81 | 0.80 | 55.71 | 0.68 | 0.12 |
| Hex | 34 | 31 | A | 0 | 6 | 51 | 50 | 38 | 44 | C |
| Octal | 64 | 61 | 12 | 0 | 6 | 121 | 120 | 70 | 104 | 14 |
| Binary | 110100 | 110001 | 1010 | 0 | 110 | 1010001 | 1010000 | 111000 | 1000100 | 1100 |
Color Harmonies of #34310A
Complementary color
Monochromatic Colors of #34310A
Black with #34310A
Text Example
Text Example
White with #34310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34310A; }
p { color: rgb(52,49,10); }
H1.HeaderClassName
{
color: #34310A;
}
.AnyTagClassName
{
color: #34310A;
}
</style>
background-color css
<style>
a { background-color: #34310A; }
a { background-color: rgb(52,49,10); }
div.DivClassName
{
background-color: #34310A;
}
.BgClassName
{
background-color: #34310A;
}
</style>
border-color css
<style>
span { border-color: #34310A; }
span { border-color: rgb(52,49,10); }
td.TdClassName
{
border-color: #34310A;
}
.TagClassName
{
border-color: #34310A;
}
</style>