Shades of Maire #39320A
Tints of Maire #39320A
RGB
CMYK
RGB Variations
Color information
#39320A (or 0x39320A) is known color: Maire. HEX triplet: 39, 32 and 0A. RGB value is (57,50,10). Sum of RGB (Red+Green+Blue) = 57+50+10=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #39320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39320A is #C6CDF5. Grayscale: #2F2F2F. Windows color (decimal): -13028854 or 668217. OLE color: 668217.
HSL color Cylindrical-coordinate representation of color #39320A: hue angle of 51.06º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39320A is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 50 | 10 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.78 |
| HSL | 51.06º | 0.7% | 0.13% | - |
| HSV(B) | 51.06º | 0.82% | 0.22% | - |
| XYZ | 2.88 | 3.17 | 0.75 | - |
| YUV | 47.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 10 | 0 | 0.12 | 0.82 | 0.78 | 51.06 | 0.7 | 0.13 |
| Hex | 39 | 32 | A | 0 | C | 52 | 4E | 33 | 46 | D |
| Octal | 71 | 62 | 12 | 0 | 14 | 122 | 116 | 63 | 106 | 15 |
| Binary | 111001 | 110010 | 1010 | 0 | 1100 | 1010010 | 1001110 | 110011 | 1000110 | 1101 |
Color Harmonies of #39320A
Complementary color
Monochromatic Colors of #39320A
Black with #39320A
Text Example
Text Example
White with #39320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39320A; }
p { color: rgb(57,50,10); }
H1.HeaderClassName
{
color: #39320A;
}
.AnyTagClassName
{
color: #39320A;
}
</style>
background-color css
<style>
a { background-color: #39320A; }
a { background-color: rgb(57,50,10); }
div.DivClassName
{
background-color: #39320A;
}
.BgClassName
{
background-color: #39320A;
}
</style>
border-color css
<style>
span { border-color: #39320A; }
span { border-color: rgb(57,50,10); }
td.TdClassName
{
border-color: #39320A;
}
.TagClassName
{
border-color: #39320A;
}
</style>