Shades of Maire #271F07
Tints of Maire #271F07
RGB
CMYK
RGB Variations
Color information
#271F07 (or 0x271F07) is known color: Maire. HEX triplet: 27, 1F and 07. RGB value is (39,31,7). Sum of RGB (Red+Green+Blue) = 39+31+7=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #271F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271F07 is #D8E0F8. Grayscale: #1E1E1E. Windows color (decimal): -14213369 or 466727. OLE color: 466727.
HSL color Cylindrical-coordinate representation of color #271F07: hue angle of 45º 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 #271F07 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 31 | 7 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.85 |
| HSL | 45º | 0.7% | 0.09% | - |
| HSV(B) | 45º | 0.82% | 0.15% | - |
| XYZ | 1.37 | 1.43 | 0.4 | - |
| YUV | 30.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 7 | 0 | 0.21 | 0.82 | 0.85 | 45 | 0.7 | 0.09 |
| Hex | 27 | 1F | 7 | 0 | 15 | 52 | 55 | 2D | 46 | 9 |
| Octal | 47 | 37 | 7 | 0 | 25 | 122 | 125 | 55 | 106 | 11 |
| Binary | 100111 | 11111 | 111 | 0 | 10101 | 1010010 | 1010101 | 101101 | 1000110 | 1001 |
Color Harmonies of #271F07
Complementary color
Monochromatic Colors of #271F07
Black with #271F07
Text Example
Text Example
White with #271F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271F07; }
p { color: rgb(39,31,7); }
H1.HeaderClassName
{
color: #271F07;
}
.AnyTagClassName
{
color: #271F07;
}
</style>
background-color css
<style>
a { background-color: #271F07; }
a { background-color: rgb(39,31,7); }
div.DivClassName
{
background-color: #271F07;
}
.BgClassName
{
background-color: #271F07;
}
</style>
border-color css
<style>
span { border-color: #271F07; }
span { border-color: rgb(39,31,7); }
td.TdClassName
{
border-color: #271F07;
}
.TagClassName
{
border-color: #271F07;
}
</style>