Shades of Maire #27210C
Tints of Maire #27210C
RGB
CMYK
RGB Variations
Color information
#27210C (or 0x27210C) is known color: Maire. HEX triplet: 27, 21 and 0C. RGB value is (39,33,12). Sum of RGB (Red+Green+Blue) = 39+33+12=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 39 - color contains mainly: red. Hex color #27210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27210C is #D8DEF3. Grayscale: #202020. Windows color (decimal): -14212852 or 794919. OLE color: 794919.
HSL color Cylindrical-coordinate representation of color #27210C: hue angle of 46.67º 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 #27210C is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 33 | 12 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.85 |
| HSL | 46.67º | 0.53% | 0.1% | - |
| HSV(B) | 46.67º | 0.69% | 0.15% | - |
| XYZ | 1.45 | 1.55 | 0.57 | - |
| YUV | 32.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 12 | 0 | 0.15 | 0.69 | 0.85 | 46.67 | 0.53 | 0.1 |
| Hex | 27 | 21 | C | 0 | F | 45 | 55 | 2F | 35 | A |
| Octal | 47 | 41 | 14 | 0 | 17 | 105 | 125 | 57 | 65 | 12 |
| Binary | 100111 | 100001 | 1100 | 0 | 1111 | 1000101 | 1010101 | 101111 | 110101 | 1010 |
Color Harmonies of #27210C
Complementary color
Monochromatic Colors of #27210C
Black with #27210C
Text Example
Text Example
White with #27210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27210C; }
p { color: rgb(39,33,12); }
H1.HeaderClassName
{
color: #27210C;
}
.AnyTagClassName
{
color: #27210C;
}
</style>
background-color css
<style>
a { background-color: #27210C; }
a { background-color: rgb(39,33,12); }
div.DivClassName
{
background-color: #27210C;
}
.BgClassName
{
background-color: #27210C;
}
</style>
border-color css
<style>
span { border-color: #27210C; }
span { border-color: rgb(39,33,12); }
td.TdClassName
{
border-color: #27210C;
}
.TagClassName
{
border-color: #27210C;
}
</style>