Shades of Maire #272104
Tints of Maire #272104
RGB
CMYK
RGB Variations
Color information
#272104 (or 0x272104) is known color: Maire. HEX triplet: 27, 21 and 04. RGB value is (39,33,4). Sum of RGB (Red+Green+Blue) = 39+33+4=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #272104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272104 is #D8DEFB. Grayscale: #1F1F1F. Windows color (decimal): -14212860 or 270631. OLE color: 270631.
HSL color Cylindrical-coordinate representation of color #272104: hue angle of 49.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #272104 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 33 | 4 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.85 |
| HSL | 49.71º | 0.81% | 0.08% | - |
| HSV(B) | 49.71º | 0.9% | 0.15% | - |
| XYZ | 1.4 | 1.53 | 0.34 | - |
| YUV | 31.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 4 | 0 | 0.15 | 0.90 | 0.85 | 49.71 | 0.81 | 0.08 |
| Hex | 27 | 21 | 4 | 0 | F | 5A | 55 | 32 | 51 | 8 |
| Octal | 47 | 41 | 4 | 0 | 17 | 132 | 125 | 62 | 121 | 10 |
| Binary | 100111 | 100001 | 100 | 0 | 1111 | 1011010 | 1010101 | 110010 | 1010001 | 1000 |
Color Harmonies of #272104
Complementary color
Monochromatic Colors of #272104
Black with #272104
Text Example
Text Example
White with #272104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272104; }
p { color: rgb(39,33,4); }
H1.HeaderClassName
{
color: #272104;
}
.AnyTagClassName
{
color: #272104;
}
</style>
background-color css
<style>
a { background-color: #272104; }
a { background-color: rgb(39,33,4); }
div.DivClassName
{
background-color: #272104;
}
.BgClassName
{
background-color: #272104;
}
</style>
border-color css
<style>
span { border-color: #272104; }
span { border-color: rgb(39,33,4); }
td.TdClassName
{
border-color: #272104;
}
.TagClassName
{
border-color: #272104;
}
</style>