Shades of Maire #28220D
Tints of Maire #28220D
RGB
CMYK
RGB Variations
Color information
#28220D (or 0x28220D) is known color: Maire. HEX triplet: 28, 22 and 0D. RGB value is (40,34,13). Sum of RGB (Red+Green+Blue) = 40+34+13=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #28220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28220D is #D7DDF2. Grayscale: #212121. Windows color (decimal): -14147059 or 860712. OLE color: 860712.
HSL color Cylindrical-coordinate representation of color #28220D: hue angle of 46.67º 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 #28220D is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 34 | 13 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.84 |
| HSL | 46.67º | 0.51% | 0.1% | - |
| HSV(B) | 46.67º | 0.68% | 0.16% | - |
| XYZ | 1.52 | 1.62 | 0.61 | - |
| YUV | 33.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 13 | 0 | 0.15 | 0.67 | 0.84 | 46.67 | 0.51 | 0.1 |
| Hex | 28 | 22 | D | 0 | F | 43 | 54 | 2F | 33 | A |
| Octal | 50 | 42 | 15 | 0 | 17 | 103 | 124 | 57 | 63 | 12 |
| Binary | 101000 | 100010 | 1101 | 0 | 1111 | 1000011 | 1010100 | 101111 | 110011 | 1010 |
Color Harmonies of #28220D
Complementary color
Monochromatic Colors of #28220D
Black with #28220D
Text Example
Text Example
White with #28220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28220D; }
p { color: rgb(40,34,13); }
H1.HeaderClassName
{
color: #28220D;
}
.AnyTagClassName
{
color: #28220D;
}
</style>
background-color css
<style>
a { background-color: #28220D; }
a { background-color: rgb(40,34,13); }
div.DivClassName
{
background-color: #28220D;
}
.BgClassName
{
background-color: #28220D;
}
</style>
border-color css
<style>
span { border-color: #28220D; }
span { border-color: rgb(40,34,13); }
td.TdClassName
{
border-color: #28220D;
}
.TagClassName
{
border-color: #28220D;
}
</style>