Shades of Maire #261F05
Tints of Maire #261F05
RGB
CMYK
RGB Variations
Color information
#261F05 (or 0x261F05) is known color: Maire. HEX triplet: 26, 1F and 05. RGB value is (38,31,5). Sum of RGB (Red+Green+Blue) = 38+31+5=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #261F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F05 is #D9E0FA. Grayscale: #1E1E1E. Windows color (decimal): -14278907 or 335654. OLE color: 335654.
HSL color Cylindrical-coordinate representation of color #261F05: hue angle of 47.27º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261F05 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 31 | 5 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.85 |
| HSL | 47.27º | 0.77% | 0.08% | - |
| HSV(B) | 47.27º | 0.87% | 0.15% | - |
| XYZ | 1.32 | 1.4 | 0.34 | - |
| YUV | 30.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 5 | 0 | 0.18 | 0.87 | 0.85 | 47.27 | 0.77 | 0.08 |
| Hex | 26 | 1F | 5 | 0 | 12 | 57 | 55 | 2F | 4D | 8 |
| Octal | 46 | 37 | 5 | 0 | 22 | 127 | 125 | 57 | 115 | 10 |
| Binary | 100110 | 11111 | 101 | 0 | 10010 | 1010111 | 1010101 | 101111 | 1001101 | 1000 |
Color Harmonies of #261F05
Complementary color
Monochromatic Colors of #261F05
Black with #261F05
Text Example
Text Example
White with #261F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F05; }
p { color: rgb(38,31,5); }
H1.HeaderClassName
{
color: #261F05;
}
.AnyTagClassName
{
color: #261F05;
}
</style>
background-color css
<style>
a { background-color: #261F05; }
a { background-color: rgb(38,31,5); }
div.DivClassName
{
background-color: #261F05;
}
.BgClassName
{
background-color: #261F05;
}
</style>
border-color css
<style>
span { border-color: #261F05; }
span { border-color: rgb(38,31,5); }
td.TdClassName
{
border-color: #261F05;
}
.TagClassName
{
border-color: #261F05;
}
</style>