Shades of Maire #28230E
Tints of Maire #28230E
RGB
CMYK
RGB Variations
Color information
#28230E (or 0x28230E) is known color: Maire. HEX triplet: 28, 23 and 0E. RGB value is (40,35,14). Sum of RGB (Red+Green+Blue) = 40+35+14=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #28230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28230E is #D7DCF1. Grayscale: #222222. Windows color (decimal): -14146802 or 926504. OLE color: 926504.
HSL color Cylindrical-coordinate representation of color #28230E: hue angle of 48.46º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28230E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 35 | 14 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.84 |
| HSL | 48.46º | 0.48% | 0.11% | - |
| HSV(B) | 48.46º | 0.65% | 0.16% | - |
| XYZ | 1.56 | 1.68 | 0.66 | - |
| YUV | 34.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 14 | 0 | 0.12 | 0.65 | 0.84 | 48.46 | 0.48 | 0.11 |
| Hex | 28 | 23 | E | 0 | C | 41 | 54 | 30 | 30 | B |
| Octal | 50 | 43 | 16 | 0 | 14 | 101 | 124 | 60 | 60 | 13 |
| Binary | 101000 | 100011 | 1110 | 0 | 1100 | 1000001 | 1010100 | 110000 | 110000 | 1011 |
Color Harmonies of #28230E
Complementary color
Monochromatic Colors of #28230E
Black with #28230E
Text Example
Text Example
White with #28230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28230E; }
p { color: rgb(40,35,14); }
H1.HeaderClassName
{
color: #28230E;
}
.AnyTagClassName
{
color: #28230E;
}
</style>
background-color css
<style>
a { background-color: #28230E; }
a { background-color: rgb(40,35,14); }
div.DivClassName
{
background-color: #28230E;
}
.BgClassName
{
background-color: #28230E;
}
</style>
border-color css
<style>
span { border-color: #28230E; }
span { border-color: rgb(40,35,14); }
td.TdClassName
{
border-color: #28230E;
}
.TagClassName
{
border-color: #28230E;
}
</style>