Shades of Maire #28271D
Tints of Maire #28271D
RGB
CMYK
RGB Variations
Color information
#28271D (or 0x28271D) is known color: Maire. HEX triplet: 28, 27 and 1D. RGB value is (40,39,29). Sum of RGB (Red+Green+Blue) = 40+39+29=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 40 - color contains mainly: red. Hex color #28271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28271D is #D7D8E2. Grayscale: #262626. Windows color (decimal): -14145763 or 1910568. OLE color: 1910568.
HSL color Cylindrical-coordinate representation of color #28271D: hue angle of 54.55º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #28271D is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 39 | 29 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.84 |
| HSL | 54.55º | 0.16% | 0.14% | - |
| HSV(B) | 54.55º | 0.28% | 0.16% | - |
| XYZ | 1.82 | 1.99 | 1.45 | - |
| YUV | 38.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 29 | 0 | 0.02 | 0.28 | 0.84 | 54.55 | 0.16 | 0.14 |
| Hex | 28 | 27 | 1D | 0 | 2 | 1C | 54 | 37 | 10 | E |
| Octal | 50 | 47 | 35 | 0 | 2 | 34 | 124 | 67 | 20 | 16 |
| Binary | 101000 | 100111 | 11101 | 0 | 10 | 11100 | 1010100 | 110111 | 10000 | 1110 |
Color Harmonies of #28271D
Complementary color
Monochromatic Colors of #28271D
Black with #28271D
Text Example
Text Example
White with #28271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28271D; }
p { color: rgb(40,39,29); }
H1.HeaderClassName
{
color: #28271D;
}
.AnyTagClassName
{
color: #28271D;
}
</style>
background-color css
<style>
a { background-color: #28271D; }
a { background-color: rgb(40,39,29); }
div.DivClassName
{
background-color: #28271D;
}
.BgClassName
{
background-color: #28271D;
}
</style>
border-color css
<style>
span { border-color: #28271D; }
span { border-color: rgb(40,39,29); }
td.TdClassName
{
border-color: #28271D;
}
.TagClassName
{
border-color: #28271D;
}
</style>