Shades of Maire #27220D
Tints of Maire #27220D
RGB
CMYK
RGB Variations
Color information
#27220D (or 0x27220D) is known color: Maire. HEX triplet: 27, 22 and 0D. RGB value is (39,34,13). Sum of RGB (Red+Green+Blue) = 39+34+13=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #27220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27220D is #D8DDF2. Grayscale: #212121. Windows color (decimal): -14212595 or 860711. OLE color: 860711.
HSL color Cylindrical-coordinate representation of color #27220D: hue angle of 48.46º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27220D is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 34 | 13 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.85 |
| HSL | 48.46º | 0.5% | 0.1% | - |
| HSV(B) | 48.46º | 0.67% | 0.15% | - |
| XYZ | 1.48 | 1.6 | 0.61 | - |
| YUV | 33.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 13 | 0 | 0.13 | 0.67 | 0.85 | 48.46 | 0.5 | 0.1 |
| Hex | 27 | 22 | D | 0 | D | 43 | 55 | 30 | 32 | A |
| Octal | 47 | 42 | 15 | 0 | 15 | 103 | 125 | 60 | 62 | 12 |
| Binary | 100111 | 100010 | 1101 | 0 | 1101 | 1000011 | 1010101 | 110000 | 110010 | 1010 |
Color Harmonies of #27220D
Complementary color
Monochromatic Colors of #27220D
Black with #27220D
Text Example
Text Example
White with #27220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27220D; }
p { color: rgb(39,34,13); }
H1.HeaderClassName
{
color: #27220D;
}
.AnyTagClassName
{
color: #27220D;
}
</style>
background-color css
<style>
a { background-color: #27220D; }
a { background-color: rgb(39,34,13); }
div.DivClassName
{
background-color: #27220D;
}
.BgClassName
{
background-color: #27220D;
}
</style>
border-color css
<style>
span { border-color: #27220D; }
span { border-color: rgb(39,34,13); }
td.TdClassName
{
border-color: #27220D;
}
.TagClassName
{
border-color: #27220D;
}
</style>