Shades of Maire #27220C
Tints of Maire #27220C
RGB
CMYK
RGB Variations
Color information
#27220C (or 0x27220C) is known color: Maire. HEX triplet: 27, 22 and 0C. RGB value is (39,34,12). Sum of RGB (Red+Green+Blue) = 39+34+12=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #27220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27220C is #D8DDF3. Grayscale: #212121. Windows color (decimal): -14212596 or 795175. OLE color: 795175.
HSL color Cylindrical-coordinate representation of color #27220C: hue angle of 48.89º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27220C is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 34 | 12 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.85 |
| HSL | 48.89º | 0.53% | 0.1% | - |
| HSV(B) | 48.89º | 0.69% | 0.15% | - |
| XYZ | 1.48 | 1.6 | 0.58 | - |
| YUV | 32.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 12 | 0 | 0.13 | 0.69 | 0.85 | 48.89 | 0.53 | 0.1 |
| Hex | 27 | 22 | C | 0 | D | 45 | 55 | 31 | 35 | A |
| Octal | 47 | 42 | 14 | 0 | 15 | 105 | 125 | 61 | 65 | 12 |
| Binary | 100111 | 100010 | 1100 | 0 | 1101 | 1000101 | 1010101 | 110001 | 110101 | 1010 |
Color Harmonies of #27220C
Complementary color
Monochromatic Colors of #27220C
Black with #27220C
Text Example
Text Example
White with #27220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27220C; }
p { color: rgb(39,34,12); }
H1.HeaderClassName
{
color: #27220C;
}
.AnyTagClassName
{
color: #27220C;
}
</style>
background-color css
<style>
a { background-color: #27220C; }
a { background-color: rgb(39,34,12); }
div.DivClassName
{
background-color: #27220C;
}
.BgClassName
{
background-color: #27220C;
}
</style>
border-color css
<style>
span { border-color: #27220C; }
span { border-color: rgb(39,34,12); }
td.TdClassName
{
border-color: #27220C;
}
.TagClassName
{
border-color: #27220C;
}
</style>