Shades of Maire #262011
Tints of Maire #262011
RGB
CMYK
RGB Variations
Color information
#262011 (or 0x262011) is known color: Maire. HEX triplet: 26, 20 and 11. RGB value is (38,32,17). Sum of RGB (Red+Green+Blue) = 38+32+17=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 38 - color contains mainly: red. Hex color #262011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262011 is #D9DFEE. Grayscale: #202020. Windows color (decimal): -14278639 or 1122342. OLE color: 1122342.
HSL color Cylindrical-coordinate representation of color #262011: hue angle of 42.86º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #262011 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 32 | 17 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.85 |
| HSL | 42.86º | 0.38% | 0.11% | - |
| HSV(B) | 42.86º | 0.55% | 0.15% | - |
| XYZ | 1.42 | 1.49 | 0.74 | - |
| YUV | 32.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 17 | 0 | 0.16 | 0.55 | 0.85 | 42.86 | 0.38 | 0.11 |
| Hex | 26 | 20 | 11 | 0 | 10 | 37 | 55 | 2B | 26 | B |
| Octal | 46 | 40 | 21 | 0 | 20 | 67 | 125 | 53 | 46 | 13 |
| Binary | 100110 | 100000 | 10001 | 0 | 10000 | 110111 | 1010101 | 101011 | 100110 | 1011 |
Color Harmonies of #262011
Complementary color
Monochromatic Colors of #262011
Black with #262011
Text Example
Text Example
White with #262011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262011; }
p { color: rgb(38,32,17); }
H1.HeaderClassName
{
color: #262011;
}
.AnyTagClassName
{
color: #262011;
}
</style>
background-color css
<style>
a { background-color: #262011; }
a { background-color: rgb(38,32,17); }
div.DivClassName
{
background-color: #262011;
}
.BgClassName
{
background-color: #262011;
}
</style>
border-color css
<style>
span { border-color: #262011; }
span { border-color: rgb(38,32,17); }
td.TdClassName
{
border-color: #262011;
}
.TagClassName
{
border-color: #262011;
}
</style>