Shades of Maire #261E0A
Tints of Maire #261E0A
RGB
CMYK
RGB Variations
Color information
#261E0A (or 0x261E0A) is known color: Maire. HEX triplet: 26, 1E and 0A. RGB value is (38,30,10). Sum of RGB (Red+Green+Blue) = 38+30+10=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #261E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E0A is #D9E1F5. Grayscale: #1E1E1E. Windows color (decimal): -14279158 or 663078. OLE color: 663078.
HSL color Cylindrical-coordinate representation of color #261E0A: hue angle of 42.86º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #261E0A is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 30 | 10 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.85 |
| HSL | 42.86º | 0.58% | 0.09% | - |
| HSV(B) | 42.86º | 0.74% | 0.15% | - |
| XYZ | 1.32 | 1.36 | 0.48 | - |
| YUV | 30.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 10 | 0 | 0.21 | 0.74 | 0.85 | 42.86 | 0.58 | 0.09 |
| Hex | 26 | 1E | A | 0 | 15 | 4A | 55 | 2B | 3A | 9 |
| Octal | 46 | 36 | 12 | 0 | 25 | 112 | 125 | 53 | 72 | 11 |
| Binary | 100110 | 11110 | 1010 | 0 | 10101 | 1001010 | 1010101 | 101011 | 111010 | 1001 |
Color Harmonies of #261E0A
Complementary color
Monochromatic Colors of #261E0A
Black with #261E0A
Text Example
Text Example
White with #261E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E0A; }
p { color: rgb(38,30,10); }
H1.HeaderClassName
{
color: #261E0A;
}
.AnyTagClassName
{
color: #261E0A;
}
</style>
background-color css
<style>
a { background-color: #261E0A; }
a { background-color: rgb(38,30,10); }
div.DivClassName
{
background-color: #261E0A;
}
.BgClassName
{
background-color: #261E0A;
}
</style>
border-color css
<style>
span { border-color: #261E0A; }
span { border-color: rgb(38,30,10); }
td.TdClassName
{
border-color: #261E0A;
}
.TagClassName
{
border-color: #261E0A;
}
</style>