Shades of Maire #27261D
Tints of Maire #27261D
RGB
CMYK
RGB Variations
Color information
#27261D (or 0x27261D) is known color: Maire. HEX triplet: 27, 26 and 1D. RGB value is (39,38,29). Sum of RGB (Red+Green+Blue) = 39+38+29=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 39 - color contains mainly: red. Hex color #27261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27261D is #D8D9E2. Grayscale: #252525. Windows color (decimal): -14211555 or 1910311. OLE color: 1910311.
HSL color Cylindrical-coordinate representation of color #27261D: hue angle of 54º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #27261D is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 38 | 29 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.85 |
| HSL | 54º | 0.15% | 0.13% | - |
| HSV(B) | 54º | 0.26% | 0.15% | - |
| XYZ | 1.75 | 1.91 | 1.44 | - |
| YUV | 37.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 29 | 0 | 0.03 | 0.26 | 0.85 | 54 | 0.15 | 0.13 |
| Hex | 27 | 26 | 1D | 0 | 3 | 1A | 55 | 36 | F | D |
| Octal | 47 | 46 | 35 | 0 | 3 | 32 | 125 | 66 | 17 | 15 |
| Binary | 100111 | 100110 | 11101 | 0 | 11 | 11010 | 1010101 | 110110 | 1111 | 1101 |
Color Harmonies of #27261D
Complementary color
Monochromatic Colors of #27261D
Black with #27261D
Text Example
Text Example
White with #27261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27261D; }
p { color: rgb(39,38,29); }
H1.HeaderClassName
{
color: #27261D;
}
.AnyTagClassName
{
color: #27261D;
}
</style>
background-color css
<style>
a { background-color: #27261D; }
a { background-color: rgb(39,38,29); }
div.DivClassName
{
background-color: #27261D;
}
.BgClassName
{
background-color: #27261D;
}
</style>
border-color css
<style>
span { border-color: #27261D; }
span { border-color: rgb(39,38,29); }
td.TdClassName
{
border-color: #27261D;
}
.TagClassName
{
border-color: #27261D;
}
</style>