Shades of Maire #28270A
Tints of Maire #28270A
RGB
CMYK
RGB Variations
Color information
#28270A (or 0x28270A) is known color: Maire. HEX triplet: 28, 27 and 0A. RGB value is (40,39,10). Sum of RGB (Red+Green+Blue) = 40+39+10=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #28270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28270A is #D7D8F5. Grayscale: #242424. Windows color (decimal): -14145782 or 665384. OLE color: 665384.
HSL color Cylindrical-coordinate representation of color #28270A: hue angle of 58º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28270A is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 39 | 10 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.84 |
| HSL | 58º | 0.6% | 0.1% | - |
| HSV(B) | 58º | 0.75% | 0.16% | - |
| XYZ | 1.66 | 1.92 | 0.57 | - |
| YUV | 35.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 10 | 0 | 0.02 | 0.75 | 0.84 | 58 | 0.6 | 0.1 |
| Hex | 28 | 27 | A | 0 | 2 | 4B | 54 | 3A | 3C | A |
| Octal | 50 | 47 | 12 | 0 | 2 | 113 | 124 | 72 | 74 | 12 |
| Binary | 101000 | 100111 | 1010 | 0 | 10 | 1001011 | 1010100 | 111010 | 111100 | 1010 |
Color Harmonies of #28270A
Complementary color
Monochromatic Colors of #28270A
Black with #28270A
Text Example
Text Example
White with #28270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28270A; }
p { color: rgb(40,39,10); }
H1.HeaderClassName
{
color: #28270A;
}
.AnyTagClassName
{
color: #28270A;
}
</style>
background-color css
<style>
a { background-color: #28270A; }
a { background-color: rgb(40,39,10); }
div.DivClassName
{
background-color: #28270A;
}
.BgClassName
{
background-color: #28270A;
}
</style>
border-color css
<style>
span { border-color: #28270A; }
span { border-color: rgb(40,39,10); }
td.TdClassName
{
border-color: #28270A;
}
.TagClassName
{
border-color: #28270A;
}
</style>