Shades of Maire #27240E
Tints of Maire #27240E
RGB
CMYK
RGB Variations
Color information
#27240E (or 0x27240E) is known color: Maire. HEX triplet: 27, 24 and 0E. RGB value is (39,36,14). Sum of RGB (Red+Green+Blue) = 39+36+14=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #27240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27240E is #D8DBF1. Grayscale: #222222. Windows color (decimal): -14212082 or 926759. OLE color: 926759.
HSL color Cylindrical-coordinate representation of color #27240E: hue angle of 52.8º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27240E is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 36 | 14 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.85 |
| HSL | 52.8º | 0.47% | 0.1% | - |
| HSV(B) | 52.8º | 0.64% | 0.15% | - |
| XYZ | 1.55 | 1.72 | 0.67 | - |
| YUV | 34.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 14 | 0 | 0.08 | 0.64 | 0.85 | 52.8 | 0.47 | 0.1 |
| Hex | 27 | 24 | E | 0 | 8 | 40 | 55 | 35 | 2F | A |
| Octal | 47 | 44 | 16 | 0 | 10 | 100 | 125 | 65 | 57 | 12 |
| Binary | 100111 | 100100 | 1110 | 0 | 1000 | 1000000 | 1010101 | 110101 | 101111 | 1010 |
Color Harmonies of #27240E
Complementary color
Monochromatic Colors of #27240E
Black with #27240E
Text Example
Text Example
White with #27240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27240E; }
p { color: rgb(39,36,14); }
H1.HeaderClassName
{
color: #27240E;
}
.AnyTagClassName
{
color: #27240E;
}
</style>
background-color css
<style>
a { background-color: #27240E; }
a { background-color: rgb(39,36,14); }
div.DivClassName
{
background-color: #27240E;
}
.BgClassName
{
background-color: #27240E;
}
</style>
border-color css
<style>
span { border-color: #27240E; }
span { border-color: rgb(39,36,14); }
td.TdClassName
{
border-color: #27240E;
}
.TagClassName
{
border-color: #27240E;
}
</style>