Shades of Maire #272102
Tints of Maire #272102
RGB
CMYK
RGB Variations
Color information
#272102 (or 0x272102) is known color: Maire. HEX triplet: 27, 21 and 02. RGB value is (39,33,2). Sum of RGB (Red+Green+Blue) = 39+33+2=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #272102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272102 is #D8DEFD. Grayscale: #1F1F1F. Windows color (decimal): -14212862 or 139559. OLE color: 139559.
HSL color Cylindrical-coordinate representation of color #272102: hue angle of 50.27º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #272102 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 33 | 2 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.85 |
| HSL | 50.27º | 0.9% | 0.08% | - |
| HSV(B) | 50.27º | 0.95% | 0.15% | - |
| XYZ | 1.39 | 1.52 | 0.28 | - |
| YUV | 31.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 2 | 0 | 0.15 | 0.95 | 0.85 | 50.27 | 0.9 | 0.08 |
| Hex | 27 | 21 | 2 | 0 | F | 5F | 55 | 32 | 5A | 8 |
| Octal | 47 | 41 | 2 | 0 | 17 | 137 | 125 | 62 | 132 | 10 |
| Binary | 100111 | 100001 | 10 | 0 | 1111 | 1011111 | 1010101 | 110010 | 1011010 | 1000 |
Color Harmonies of #272102
Complementary color
Monochromatic Colors of #272102
Black with #272102
Text Example
Text Example
White with #272102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272102; }
p { color: rgb(39,33,2); }
H1.HeaderClassName
{
color: #272102;
}
.AnyTagClassName
{
color: #272102;
}
</style>
background-color css
<style>
a { background-color: #272102; }
a { background-color: rgb(39,33,2); }
div.DivClassName
{
background-color: #272102;
}
.BgClassName
{
background-color: #272102;
}
</style>
border-color css
<style>
span { border-color: #272102; }
span { border-color: rgb(39,33,2); }
td.TdClassName
{
border-color: #272102;
}
.TagClassName
{
border-color: #272102;
}
</style>