Shades of Maire #1C1A07
Tints of Maire #1C1A07
RGB
CMYK
RGB Variations
Color information
#1C1A07 (or 0x1C1A07) is known color: Maire. HEX triplet: 1C, 1A and 07. RGB value is (28,26,7). Sum of RGB (Red+Green+Blue) = 28+26+7=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1A07 is #E3E5F8. Grayscale: #181818. Windows color (decimal): -14935545 or 465436. OLE color: 465436.
HSL color Cylindrical-coordinate representation of color #1C1A07: hue angle of 54.29º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C1A07 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 26 | 7 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.89 |
| HSL | 54.29º | 0.6% | 0.07% | - |
| HSV(B) | 54.29º | 0.75% | 0.11% | - |
| XYZ | 0.89 | 1 | 0.35 | - |
| YUV | 24.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 26 | 7 | 0 | 0.07 | 0.75 | 0.89 | 54.29 | 0.6 | 0.07 |
| Hex | 1C | 1A | 7 | 0 | 7 | 4B | 59 | 36 | 3C | 7 |
| Octal | 34 | 32 | 7 | 0 | 7 | 113 | 131 | 66 | 74 | 7 |
| Binary | 11100 | 11010 | 111 | 0 | 111 | 1001011 | 1011001 | 110110 | 111100 | 111 |
Color Harmonies of #1C1A07
Complementary color
Monochromatic Colors of #1C1A07
Black with #1C1A07
Text Example
Text Example
White with #1C1A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1A07; }
p { color: rgb(28,26,7); }
H1.HeaderClassName
{
color: #1C1A07;
}
.AnyTagClassName
{
color: #1C1A07;
}
</style>
background-color css
<style>
a { background-color: #1C1A07; }
a { background-color: rgb(28,26,7); }
div.DivClassName
{
background-color: #1C1A07;
}
.BgClassName
{
background-color: #1C1A07;
}
</style>
border-color css
<style>
span { border-color: #1C1A07; }
span { border-color: rgb(28,26,7); }
td.TdClassName
{
border-color: #1C1A07;
}
.TagClassName
{
border-color: #1C1A07;
}
</style>