Shades of Maire #27240C
Tints of Maire #27240C
RGB
CMYK
RGB Variations
Color information
#27240C (or 0x27240C) is known color: Maire. HEX triplet: 27, 24 and 0C. RGB value is (39,36,12). Sum of RGB (Red+Green+Blue) = 39+36+12=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #27240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27240C is #D8DBF3. Grayscale: #222222. Windows color (decimal): -14212084 or 795687. OLE color: 795687.
HSL color Cylindrical-coordinate representation of color #27240C: hue angle of 53.33º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27240C is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 36 | 12 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.85 |
| HSL | 53.33º | 0.53% | 0.1% | - |
| HSV(B) | 53.33º | 0.69% | 0.15% | - |
| XYZ | 1.53 | 1.72 | 0.6 | - |
| YUV | 34.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 12 | 0 | 0.08 | 0.69 | 0.85 | 53.33 | 0.53 | 0.1 |
| Hex | 27 | 24 | C | 0 | 8 | 45 | 55 | 35 | 35 | A |
| Octal | 47 | 44 | 14 | 0 | 10 | 105 | 125 | 65 | 65 | 12 |
| Binary | 100111 | 100100 | 1100 | 0 | 1000 | 1000101 | 1010101 | 110101 | 110101 | 1010 |
Color Harmonies of #27240C
Complementary color
Monochromatic Colors of #27240C
Black with #27240C
Text Example
Text Example
White with #27240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27240C; }
p { color: rgb(39,36,12); }
H1.HeaderClassName
{
color: #27240C;
}
.AnyTagClassName
{
color: #27240C;
}
</style>
background-color css
<style>
a { background-color: #27240C; }
a { background-color: rgb(39,36,12); }
div.DivClassName
{
background-color: #27240C;
}
.BgClassName
{
background-color: #27240C;
}
</style>
border-color css
<style>
span { border-color: #27240C; }
span { border-color: rgb(39,36,12); }
td.TdClassName
{
border-color: #27240C;
}
.TagClassName
{
border-color: #27240C;
}
</style>