Shades of Maire #261C05
Tints of Maire #261C05
RGB
CMYK
RGB Variations
Color information
#261C05 (or 0x261C05) is known color: Maire. HEX triplet: 26, 1C and 05. RGB value is (38,28,5). Sum of RGB (Red+Green+Blue) = 38+28+5=71 (9% of max value = 765). Red value is 38 (15.23% from 255 or 53.52% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 38 - color contains mainly: red. Hex color #261C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C05 is #D9E3FA. Grayscale: #1C1C1C. Windows color (decimal): -14279675 or 334886. OLE color: 334886.
HSL color Cylindrical-coordinate representation of color #261C05: hue angle of 41.82º 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 #261C05 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 28 | 5 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.85 |
| HSL | 41.82º | 0.77% | 0.08% | - |
| HSV(B) | 41.82º | 0.87% | 0.15% | - |
| XYZ | 1.24 | 1.25 | 0.32 | - |
| YUV | 28.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 5 | 0 | 0.26 | 0.87 | 0.85 | 41.82 | 0.77 | 0.08 |
| Hex | 26 | 1C | 5 | 0 | 1A | 57 | 55 | 2A | 4D | 8 |
| Octal | 46 | 34 | 5 | 0 | 32 | 127 | 125 | 52 | 115 | 10 |
| Binary | 100110 | 11100 | 101 | 0 | 11010 | 1010111 | 1010101 | 101010 | 1001101 | 1000 |
Color Harmonies of #261C05
Complementary color
Monochromatic Colors of #261C05
Black with #261C05
Text Example
Text Example
White with #261C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C05; }
p { color: rgb(38,28,5); }
H1.HeaderClassName
{
color: #261C05;
}
.AnyTagClassName
{
color: #261C05;
}
</style>
background-color css
<style>
a { background-color: #261C05; }
a { background-color: rgb(38,28,5); }
div.DivClassName
{
background-color: #261C05;
}
.BgClassName
{
background-color: #261C05;
}
</style>
border-color css
<style>
span { border-color: #261C05; }
span { border-color: rgb(38,28,5); }
td.TdClassName
{
border-color: #261C05;
}
.TagClassName
{
border-color: #261C05;
}
</style>