Shades of Maire #28200D
Tints of Maire #28200D
RGB
CMYK
RGB Variations
Color information
#28200D (or 0x28200D) is known color: Maire. HEX triplet: 28, 20 and 0D. RGB value is (40,32,13). Sum of RGB (Red+Green+Blue) = 40+32+13=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #28200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28200D is #D7DFF2. Grayscale: #202020. Windows color (decimal): -14147571 or 860200. OLE color: 860200.
HSL color Cylindrical-coordinate representation of color #28200D: hue angle of 42.22º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28200D is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 32 | 13 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.84 |
| HSL | 42.22º | 0.51% | 0.1% | - |
| HSV(B) | 42.22º | 0.68% | 0.16% | - |
| XYZ | 1.46 | 1.51 | 0.6 | - |
| YUV | 32.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 13 | 0 | 0.20 | 0.67 | 0.84 | 42.22 | 0.51 | 0.1 |
| Hex | 28 | 20 | D | 0 | 14 | 43 | 54 | 2A | 33 | A |
| Octal | 50 | 40 | 15 | 0 | 24 | 103 | 124 | 52 | 63 | 12 |
| Binary | 101000 | 100000 | 1101 | 0 | 10100 | 1000011 | 1010100 | 101010 | 110011 | 1010 |
Color Harmonies of #28200D
Complementary color
Monochromatic Colors of #28200D
Black with #28200D
Text Example
Text Example
White with #28200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28200D; }
p { color: rgb(40,32,13); }
H1.HeaderClassName
{
color: #28200D;
}
.AnyTagClassName
{
color: #28200D;
}
</style>
background-color css
<style>
a { background-color: #28200D; }
a { background-color: rgb(40,32,13); }
div.DivClassName
{
background-color: #28200D;
}
.BgClassName
{
background-color: #28200D;
}
</style>
border-color css
<style>
span { border-color: #28200D; }
span { border-color: rgb(40,32,13); }
td.TdClassName
{
border-color: #28200D;
}
.TagClassName
{
border-color: #28200D;
}
</style>