Shades of Maire #28240F
Tints of Maire #28240F
RGB
CMYK
RGB Variations
Color information
#28240F (or 0x28240F) is known color: Maire. HEX triplet: 28, 24 and 0F. RGB value is (40,36,15). Sum of RGB (Red+Green+Blue) = 40+36+15=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #28240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28240F is #D7DBF0. Grayscale: #222222. Windows color (decimal): -14146545 or 992296. OLE color: 992296.
HSL color Cylindrical-coordinate representation of color #28240F: hue angle of 50.4º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28240F is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 36 | 15 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.84 |
| HSL | 50.4º | 0.45% | 0.11% | - |
| HSV(B) | 50.4º | 0.63% | 0.16% | - |
| XYZ | 1.59 | 1.75 | 0.71 | - |
| YUV | 34.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 15 | 0 | 0.10 | 0.62 | 0.84 | 50.4 | 0.45 | 0.11 |
| Hex | 28 | 24 | F | 0 | A | 3E | 54 | 32 | 2D | B |
| Octal | 50 | 44 | 17 | 0 | 12 | 76 | 124 | 62 | 55 | 13 |
| Binary | 101000 | 100100 | 1111 | 0 | 1010 | 111110 | 1010100 | 110010 | 101101 | 1011 |
Color Harmonies of #28240F
Complementary color
Monochromatic Colors of #28240F
Black with #28240F
Text Example
Text Example
White with #28240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28240F; }
p { color: rgb(40,36,15); }
H1.HeaderClassName
{
color: #28240F;
}
.AnyTagClassName
{
color: #28240F;
}
</style>
background-color css
<style>
a { background-color: #28240F; }
a { background-color: rgb(40,36,15); }
div.DivClassName
{
background-color: #28240F;
}
.BgClassName
{
background-color: #28240F;
}
</style>
border-color css
<style>
span { border-color: #28240F; }
span { border-color: rgb(40,36,15); }
td.TdClassName
{
border-color: #28240F;
}
.TagClassName
{
border-color: #28240F;
}
</style>