Shades of Maire #272105
Tints of Maire #272105
RGB
CMYK
RGB Variations
Color information
#272105 (or 0x272105) is known color: Maire. HEX triplet: 27, 21 and 05. RGB value is (39,33,5). Sum of RGB (Red+Green+Blue) = 39+33+5=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #272105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272105 is #D8DEFA. Grayscale: #1F1F1F. Windows color (decimal): -14212859 or 336167. OLE color: 336167.
HSL color Cylindrical-coordinate representation of color #272105: hue angle of 49.41º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #272105 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 33 | 5 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.85 |
| HSL | 49.41º | 0.77% | 0.09% | - |
| HSV(B) | 49.41º | 0.87% | 0.15% | - |
| XYZ | 1.41 | 1.53 | 0.36 | - |
| YUV | 31.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 5 | 0 | 0.15 | 0.87 | 0.85 | 49.41 | 0.77 | 0.09 |
| Hex | 27 | 21 | 5 | 0 | F | 57 | 55 | 31 | 4D | 9 |
| Octal | 47 | 41 | 5 | 0 | 17 | 127 | 125 | 61 | 115 | 11 |
| Binary | 100111 | 100001 | 101 | 0 | 1111 | 1010111 | 1010101 | 110001 | 1001101 | 1001 |
Color Harmonies of #272105
Complementary color
Monochromatic Colors of #272105
Black with #272105
Text Example
Text Example
White with #272105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272105; }
p { color: rgb(39,33,5); }
H1.HeaderClassName
{
color: #272105;
}
.AnyTagClassName
{
color: #272105;
}
</style>
background-color css
<style>
a { background-color: #272105; }
a { background-color: rgb(39,33,5); }
div.DivClassName
{
background-color: #272105;
}
.BgClassName
{
background-color: #272105;
}
</style>
border-color css
<style>
span { border-color: #272105; }
span { border-color: rgb(39,33,5); }
td.TdClassName
{
border-color: #272105;
}
.TagClassName
{
border-color: #272105;
}
</style>