Shades of Maire #27240A
Tints of Maire #27240A
RGB
CMYK
RGB Variations
Color information
#27240A (or 0x27240A) is known color: Maire. HEX triplet: 27, 24 and 0A. RGB value is (39,36,10). Sum of RGB (Red+Green+Blue) = 39+36+10=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #27240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27240A is #D8DBF5. Grayscale: #222222. Windows color (decimal): -14212086 or 664615. OLE color: 664615.
HSL color Cylindrical-coordinate representation of color #27240A: hue angle of 53.79º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27240A is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 36 | 10 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.85 |
| HSL | 53.79º | 0.59% | 0.1% | - |
| HSV(B) | 53.79º | 0.74% | 0.15% | - |
| XYZ | 1.52 | 1.72 | 0.54 | - |
| YUV | 33.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 10 | 0 | 0.08 | 0.74 | 0.85 | 53.79 | 0.59 | 0.1 |
| Hex | 27 | 24 | A | 0 | 8 | 4A | 55 | 36 | 3B | A |
| Octal | 47 | 44 | 12 | 0 | 10 | 112 | 125 | 66 | 73 | 12 |
| Binary | 100111 | 100100 | 1010 | 0 | 1000 | 1001010 | 1010101 | 110110 | 111011 | 1010 |
Color Harmonies of #27240A
Complementary color
Monochromatic Colors of #27240A
Black with #27240A
Text Example
Text Example
White with #27240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27240A; }
p { color: rgb(39,36,10); }
H1.HeaderClassName
{
color: #27240A;
}
.AnyTagClassName
{
color: #27240A;
}
</style>
background-color css
<style>
a { background-color: #27240A; }
a { background-color: rgb(39,36,10); }
div.DivClassName
{
background-color: #27240A;
}
.BgClassName
{
background-color: #27240A;
}
</style>
border-color css
<style>
span { border-color: #27240A; }
span { border-color: rgb(39,36,10); }
td.TdClassName
{
border-color: #27240A;
}
.TagClassName
{
border-color: #27240A;
}
</style>