Shades of Maire #27260D
Tints of Maire #27260D
RGB
CMYK
RGB Variations
Color information
#27260D (or 0x27260D) is known color: Maire. HEX triplet: 27, 26 and 0D. RGB value is (39,38,13). Sum of RGB (Red+Green+Blue) = 39+38+13=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 39 - color contains mainly: red. Hex color #27260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27260D is #D8D9F2. Grayscale: #232323. Windows color (decimal): -14211571 or 861735. OLE color: 861735.
HSL color Cylindrical-coordinate representation of color #27260D: hue angle of 57.69º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27260D is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 38 | 13 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.85 |
| HSL | 57.69º | 0.5% | 0.1% | - |
| HSV(B) | 57.69º | 0.67% | 0.15% | - |
| XYZ | 1.6 | 1.85 | 0.65 | - |
| YUV | 35.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 13 | 0 | 0.03 | 0.67 | 0.85 | 57.69 | 0.5 | 0.1 |
| Hex | 27 | 26 | D | 0 | 3 | 43 | 55 | 3A | 32 | A |
| Octal | 47 | 46 | 15 | 0 | 3 | 103 | 125 | 72 | 62 | 12 |
| Binary | 100111 | 100110 | 1101 | 0 | 11 | 1000011 | 1010101 | 111010 | 110010 | 1010 |
Color Harmonies of #27260D
Complementary color
Monochromatic Colors of #27260D
Black with #27260D
Text Example
Text Example
White with #27260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27260D; }
p { color: rgb(39,38,13); }
H1.HeaderClassName
{
color: #27260D;
}
.AnyTagClassName
{
color: #27260D;
}
</style>
background-color css
<style>
a { background-color: #27260D; }
a { background-color: rgb(39,38,13); }
div.DivClassName
{
background-color: #27260D;
}
.BgClassName
{
background-color: #27260D;
}
</style>
border-color css
<style>
span { border-color: #27260D; }
span { border-color: rgb(39,38,13); }
td.TdClassName
{
border-color: #27260D;
}
.TagClassName
{
border-color: #27260D;
}
</style>