Shades of Maire #261F09
Tints of Maire #261F09
RGB
CMYK
RGB Variations
Color information
#261F09 (or 0x261F09) is known color: Maire. HEX triplet: 26, 1F and 09. RGB value is (38,31,9). Sum of RGB (Red+Green+Blue) = 38+31+9=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #261F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F09 is #D9E0F6. Grayscale: #1E1E1E. Windows color (decimal): -14278903 or 597798. OLE color: 597798.
HSL color Cylindrical-coordinate representation of color #261F09: hue angle of 45.52º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261F09 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 31 | 9 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.85 |
| HSL | 45.52º | 0.62% | 0.09% | - |
| HSV(B) | 45.52º | 0.76% | 0.15% | - |
| XYZ | 1.34 | 1.41 | 0.46 | - |
| YUV | 30.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 9 | 0 | 0.18 | 0.76 | 0.85 | 45.52 | 0.62 | 0.09 |
| Hex | 26 | 1F | 9 | 0 | 12 | 4C | 55 | 2E | 3E | 9 |
| Octal | 46 | 37 | 11 | 0 | 22 | 114 | 125 | 56 | 76 | 11 |
| Binary | 100110 | 11111 | 1001 | 0 | 10010 | 1001100 | 1010101 | 101110 | 111110 | 1001 |
Color Harmonies of #261F09
Complementary color
Monochromatic Colors of #261F09
Black with #261F09
Text Example
Text Example
White with #261F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F09; }
p { color: rgb(38,31,9); }
H1.HeaderClassName
{
color: #261F09;
}
.AnyTagClassName
{
color: #261F09;
}
</style>
background-color css
<style>
a { background-color: #261F09; }
a { background-color: rgb(38,31,9); }
div.DivClassName
{
background-color: #261F09;
}
.BgClassName
{
background-color: #261F09;
}
</style>
border-color css
<style>
span { border-color: #261F09; }
span { border-color: rgb(38,31,9); }
td.TdClassName
{
border-color: #261F09;
}
.TagClassName
{
border-color: #261F09;
}
</style>