Shades of Maire #28271B
Tints of Maire #28271B
RGB
CMYK
RGB Variations
Color information
#28271B (or 0x28271B) is known color: Maire. HEX triplet: 28, 27 and 1B. RGB value is (40,39,27). Sum of RGB (Red+Green+Blue) = 40+39+27=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 40 - color contains mainly: red. Hex color #28271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28271B is #D7D8E4. Grayscale: #252525. Windows color (decimal): -14145765 or 1779496. OLE color: 1779496.
HSL color Cylindrical-coordinate representation of color #28271B: hue angle of 55.38º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #28271B is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 39 | 27 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.84 |
| HSL | 55.38º | 0.19% | 0.13% | - |
| HSV(B) | 55.38º | 0.33% | 0.16% | - |
| XYZ | 1.8 | 1.98 | 1.32 | - |
| YUV | 37.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 27 | 0 | 0.02 | 0.33 | 0.84 | 55.38 | 0.19 | 0.13 |
| Hex | 28 | 27 | 1B | 0 | 2 | 21 | 54 | 37 | 13 | D |
| Octal | 50 | 47 | 33 | 0 | 2 | 41 | 124 | 67 | 23 | 15 |
| Binary | 101000 | 100111 | 11011 | 0 | 10 | 100001 | 1010100 | 110111 | 10011 | 1101 |
Color Harmonies of #28271B
Complementary color
Monochromatic Colors of #28271B
Black with #28271B
Text Example
Text Example
White with #28271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28271B; }
p { color: rgb(40,39,27); }
H1.HeaderClassName
{
color: #28271B;
}
.AnyTagClassName
{
color: #28271B;
}
</style>
background-color css
<style>
a { background-color: #28271B; }
a { background-color: rgb(40,39,27); }
div.DivClassName
{
background-color: #28271B;
}
.BgClassName
{
background-color: #28271B;
}
</style>
border-color css
<style>
span { border-color: #28271B; }
span { border-color: rgb(40,39,27); }
td.TdClassName
{
border-color: #28271B;
}
.TagClassName
{
border-color: #28271B;
}
</style>