Shades of Maire #27261C
Tints of Maire #27261C
RGB
CMYK
RGB Variations
Color information
#27261C (or 0x27261C) is known color: Maire. HEX triplet: 27, 26 and 1C. RGB value is (39,38,28). Sum of RGB (Red+Green+Blue) = 39+38+28=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 39 - color contains mainly: red. Hex color #27261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27261C is #D8D9E3. Grayscale: #252525. Windows color (decimal): -14211556 or 1844775. OLE color: 1844775.
HSL color Cylindrical-coordinate representation of color #27261C: hue angle of 54.55º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #27261C is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 38 | 28 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.85 |
| HSL | 54.55º | 0.16% | 0.13% | - |
| HSV(B) | 54.55º | 0.28% | 0.15% | - |
| XYZ | 1.74 | 1.9 | 1.37 | - |
| YUV | 37.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 28 | 0 | 0.03 | 0.28 | 0.85 | 54.55 | 0.16 | 0.13 |
| Hex | 27 | 26 | 1C | 0 | 3 | 1C | 55 | 37 | 10 | D |
| Octal | 47 | 46 | 34 | 0 | 3 | 34 | 125 | 67 | 20 | 15 |
| Binary | 100111 | 100110 | 11100 | 0 | 11 | 11100 | 1010101 | 110111 | 10000 | 1101 |
Color Harmonies of #27261C
Complementary color
Monochromatic Colors of #27261C
Black with #27261C
Text Example
Text Example
White with #27261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27261C; }
p { color: rgb(39,38,28); }
H1.HeaderClassName
{
color: #27261C;
}
.AnyTagClassName
{
color: #27261C;
}
</style>
background-color css
<style>
a { background-color: #27261C; }
a { background-color: rgb(39,38,28); }
div.DivClassName
{
background-color: #27261C;
}
.BgClassName
{
background-color: #27261C;
}
</style>
border-color css
<style>
span { border-color: #27261C; }
span { border-color: rgb(39,38,28); }
td.TdClassName
{
border-color: #27261C;
}
.TagClassName
{
border-color: #27261C;
}
</style>