Shades of Maire #28251A
Tints of Maire #28251A
RGB
CMYK
RGB Variations
Color information
#28251A (or 0x28251A) is known color: Maire. HEX triplet: 28, 25 and 1A. RGB value is (40,37,26). Sum of RGB (Red+Green+Blue) = 40+37+26=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 40 - color contains mainly: red. Hex color #28251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28251A is #D7DAE5. Grayscale: #242424. Windows color (decimal): -14146278 or 1713448. OLE color: 1713448.
HSL color Cylindrical-coordinate representation of color #28251A: hue angle of 47.14º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #28251A is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 37 | 26 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.84 |
| HSL | 47.14º | 0.21% | 0.13% | - |
| HSV(B) | 47.14º | 0.35% | 0.16% | - |
| XYZ | 1.72 | 1.85 | 1.24 | - |
| YUV | 36.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 26 | 0 | 0.07 | 0.35 | 0.84 | 47.14 | 0.21 | 0.13 |
| Hex | 28 | 25 | 1A | 0 | 7 | 23 | 54 | 2F | 15 | D |
| Octal | 50 | 45 | 32 | 0 | 7 | 43 | 124 | 57 | 25 | 15 |
| Binary | 101000 | 100101 | 11010 | 0 | 111 | 100011 | 1010100 | 101111 | 10101 | 1101 |
Color Harmonies of #28251A
Complementary color
Monochromatic Colors of #28251A
Black with #28251A
Text Example
Text Example
White with #28251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28251A; }
p { color: rgb(40,37,26); }
H1.HeaderClassName
{
color: #28251A;
}
.AnyTagClassName
{
color: #28251A;
}
</style>
background-color css
<style>
a { background-color: #28251A; }
a { background-color: rgb(40,37,26); }
div.DivClassName
{
background-color: #28251A;
}
.BgClassName
{
background-color: #28251A;
}
</style>
border-color css
<style>
span { border-color: #28251A; }
span { border-color: rgb(40,37,26); }
td.TdClassName
{
border-color: #28251A;
}
.TagClassName
{
border-color: #28251A;
}
</style>