Shades of Maire #272401
Tints of Maire #272401
RGB
CMYK
RGB Variations
Color information
#272401 (or 0x272401) is known color: Maire. HEX triplet: 27, 24 and 01. RGB value is (39,36,1). Sum of RGB (Red+Green+Blue) = 39+36+1=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #272401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272401 is #D8DBFE. Grayscale: #212121. Windows color (decimal): -14212095 or 74791. OLE color: 74791.
HSL color Cylindrical-coordinate representation of color #272401: hue angle of 55.26º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #272401 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 36 | 1 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.85 |
| HSL | 55.26º | 0.95% | 0.08% | - |
| HSV(B) | 55.26º | 0.97% | 0.15% | - |
| XYZ | 1.47 | 1.7 | 0.28 | - |
| YUV | 32.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 1 | 0 | 0.08 | 0.97 | 0.85 | 55.26 | 0.95 | 0.08 |
| Hex | 27 | 24 | 1 | 0 | 8 | 61 | 55 | 37 | 5F | 8 |
| Octal | 47 | 44 | 1 | 0 | 10 | 141 | 125 | 67 | 137 | 10 |
| Binary | 100111 | 100100 | 1 | 0 | 1000 | 1100001 | 1010101 | 110111 | 1011111 | 1000 |
Color Harmonies of #272401
Complementary color
Monochromatic Colors of #272401
Black with #272401
Text Example
Text Example
White with #272401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272401; }
p { color: rgb(39,36,1); }
H1.HeaderClassName
{
color: #272401;
}
.AnyTagClassName
{
color: #272401;
}
</style>
background-color css
<style>
a { background-color: #272401; }
a { background-color: rgb(39,36,1); }
div.DivClassName
{
background-color: #272401;
}
.BgClassName
{
background-color: #272401;
}
</style>
border-color css
<style>
span { border-color: #272401; }
span { border-color: rgb(39,36,1); }
td.TdClassName
{
border-color: #272401;
}
.TagClassName
{
border-color: #272401;
}
</style>