Shades of Maire #262005
Tints of Maire #262005
RGB
CMYK
RGB Variations
Color information
#262005 (or 0x262005) is known color: Maire. HEX triplet: 26, 20 and 05. RGB value is (38,32,5). Sum of RGB (Red+Green+Blue) = 38+32+5=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #262005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262005 is #D9DFFA. Grayscale: #1E1E1E. Windows color (decimal): -14278651 or 335910. OLE color: 335910.
HSL color Cylindrical-coordinate representation of color #262005: hue angle of 49.09º 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 #262005 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 32 | 5 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.85 |
| HSL | 49.09º | 0.77% | 0.08% | - |
| HSV(B) | 49.09º | 0.87% | 0.15% | - |
| XYZ | 1.34 | 1.46 | 0.35 | - |
| YUV | 30.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 5 | 0 | 0.16 | 0.87 | 0.85 | 49.09 | 0.77 | 0.08 |
| Hex | 26 | 20 | 5 | 0 | 10 | 57 | 55 | 31 | 4D | 8 |
| Octal | 46 | 40 | 5 | 0 | 20 | 127 | 125 | 61 | 115 | 10 |
| Binary | 100110 | 100000 | 101 | 0 | 10000 | 1010111 | 1010101 | 110001 | 1001101 | 1000 |
Color Harmonies of #262005
Complementary color
Monochromatic Colors of #262005
Black with #262005
Text Example
Text Example
White with #262005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262005; }
p { color: rgb(38,32,5); }
H1.HeaderClassName
{
color: #262005;
}
.AnyTagClassName
{
color: #262005;
}
</style>
background-color css
<style>
a { background-color: #262005; }
a { background-color: rgb(38,32,5); }
div.DivClassName
{
background-color: #262005;
}
.BgClassName
{
background-color: #262005;
}
</style>
border-color css
<style>
span { border-color: #262005; }
span { border-color: rgb(38,32,5); }
td.TdClassName
{
border-color: #262005;
}
.TagClassName
{
border-color: #262005;
}
</style>