Shades of Maire #261E09
Tints of Maire #261E09
RGB
CMYK
RGB Variations
Color information
#261E09 (or 0x261E09) is known color: Maire. HEX triplet: 26, 1E and 09. RGB value is (38,30,9). Sum of RGB (Red+Green+Blue) = 38+30+9=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E09 is #D9E1F6. Grayscale: #1E1E1E. Windows color (decimal): -14279159 or 597542. OLE color: 597542.
HSL color Cylindrical-coordinate representation of color #261E09: hue angle of 43.45º 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 #261E09 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 30 | 9 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.85 |
| HSL | 43.45º | 0.62% | 0.09% | - |
| HSV(B) | 43.45º | 0.76% | 0.15% | - |
| XYZ | 1.31 | 1.36 | 0.45 | - |
| YUV | 30 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 9 | 0 | 0.21 | 0.76 | 0.85 | 43.45 | 0.62 | 0.09 |
| Hex | 26 | 1E | 9 | 0 | 15 | 4C | 55 | 2B | 3E | 9 |
| Octal | 46 | 36 | 11 | 0 | 25 | 114 | 125 | 53 | 76 | 11 |
| Binary | 100110 | 11110 | 1001 | 0 | 10101 | 1001100 | 1010101 | 101011 | 111110 | 1001 |
Color Harmonies of #261E09
Complementary color
Monochromatic Colors of #261E09
Black with #261E09
Text Example
Text Example
White with #261E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E09; }
p { color: rgb(38,30,9); }
H1.HeaderClassName
{
color: #261E09;
}
.AnyTagClassName
{
color: #261E09;
}
</style>
background-color css
<style>
a { background-color: #261E09; }
a { background-color: rgb(38,30,9); }
div.DivClassName
{
background-color: #261E09;
}
.BgClassName
{
background-color: #261E09;
}
</style>
border-color css
<style>
span { border-color: #261E09; }
span { border-color: rgb(38,30,9); }
td.TdClassName
{
border-color: #261E09;
}
.TagClassName
{
border-color: #261E09;
}
</style>