Shades of Maire #271D07
Tints of Maire #271D07
RGB
CMYK
RGB Variations
Color information
#271D07 (or 0x271D07) is known color: Maire. HEX triplet: 27, 1D and 07. RGB value is (39,29,7). Sum of RGB (Red+Green+Blue) = 39+29+7=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #271D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D07 is #D8E2F8. Grayscale: #1D1D1D. Windows color (decimal): -14213881 or 466215. OLE color: 466215.
HSL color Cylindrical-coordinate representation of color #271D07: hue angle of 41.25º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271D07 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 29 | 7 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.85 |
| HSL | 41.25º | 0.7% | 0.09% | - |
| HSV(B) | 41.25º | 0.82% | 0.15% | - |
| XYZ | 1.31 | 1.33 | 0.39 | - |
| YUV | 29.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 7 | 0 | 0.26 | 0.82 | 0.85 | 41.25 | 0.7 | 0.09 |
| Hex | 27 | 1D | 7 | 0 | 1A | 52 | 55 | 29 | 46 | 9 |
| Octal | 47 | 35 | 7 | 0 | 32 | 122 | 125 | 51 | 106 | 11 |
| Binary | 100111 | 11101 | 111 | 0 | 11010 | 1010010 | 1010101 | 101001 | 1000110 | 1001 |
Color Harmonies of #271D07
Complementary color
Monochromatic Colors of #271D07
Black with #271D07
Text Example
Text Example
White with #271D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D07; }
p { color: rgb(39,29,7); }
H1.HeaderClassName
{
color: #271D07;
}
.AnyTagClassName
{
color: #271D07;
}
</style>
background-color css
<style>
a { background-color: #271D07; }
a { background-color: rgb(39,29,7); }
div.DivClassName
{
background-color: #271D07;
}
.BgClassName
{
background-color: #271D07;
}
</style>
border-color css
<style>
span { border-color: #271D07; }
span { border-color: rgb(39,29,7); }
td.TdClassName
{
border-color: #271D07;
}
.TagClassName
{
border-color: #271D07;
}
</style>