Shades of Maire #262505
Tints of Maire #262505
RGB
CMYK
RGB Variations
Color information
#262505 (or 0x262505) is known color: Maire. HEX triplet: 26, 25 and 05. RGB value is (38,37,5). Sum of RGB (Red+Green+Blue) = 38+37+5=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #262505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262505 is #D9DAFA. Grayscale: #212121. Windows color (decimal): -14277371 or 337190. OLE color: 337190.
HSL color Cylindrical-coordinate representation of color #262505: hue angle of 58.18º 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 #262505 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 37 | 5 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.85 |
| HSL | 58.18º | 0.77% | 0.08% | - |
| HSV(B) | 58.18º | 0.87% | 0.15% | - |
| XYZ | 1.49 | 1.75 | 0.4 | - |
| YUV | 33.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 5 | 0 | 0.03 | 0.87 | 0.85 | 58.18 | 0.77 | 0.08 |
| Hex | 26 | 25 | 5 | 0 | 3 | 57 | 55 | 3A | 4D | 8 |
| Octal | 46 | 45 | 5 | 0 | 3 | 127 | 125 | 72 | 115 | 10 |
| Binary | 100110 | 100101 | 101 | 0 | 11 | 1010111 | 1010101 | 111010 | 1001101 | 1000 |
Color Harmonies of #262505
Complementary color
Monochromatic Colors of #262505
Black with #262505
Text Example
Text Example
White with #262505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262505; }
p { color: rgb(38,37,5); }
H1.HeaderClassName
{
color: #262505;
}
.AnyTagClassName
{
color: #262505;
}
</style>
background-color css
<style>
a { background-color: #262505; }
a { background-color: rgb(38,37,5); }
div.DivClassName
{
background-color: #262505;
}
.BgClassName
{
background-color: #262505;
}
</style>
border-color css
<style>
span { border-color: #262505; }
span { border-color: rgb(38,37,5); }
td.TdClassName
{
border-color: #262505;
}
.TagClassName
{
border-color: #262505;
}
</style>