Shades of Ironstone #805144
Tints of Ironstone #805144
RGB
CMYK
RGB Variations
Color information
#805144 (or 0x805144) is known color: Ironstone. HEX triplet: 80, 51 and 44. RGB value is (128,81,68). Sum of RGB (Red+Green+Blue) = 128+81+68=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #805144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805144 is #7FAEBB. Grayscale: #5D5D5D. Windows color (decimal): -8367804 or 4477312. OLE color: 4477312.
HSL color Cylindrical-coordinate representation of color #805144: hue angle of 13º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805144 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 68 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.50 |
| HSL | 13º | 0.31% | 0.38% | - |
| HSV(B) | 13º | 0.47% | 0.5% | - |
| XYZ | 12.89 | 10.89 | 6.89 | - |
| YUV | 93.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 68 | 0 | 0.37 | 0.47 | 0.50 | 13 | 0.31 | 0.38 |
| Hex | 80 | 51 | 44 | 0 | 25 | 2F | 32 | D | 1F | 26 |
| Octal | 200 | 121 | 104 | 0 | 45 | 57 | 62 | 15 | 37 | 46 |
| Binary | 10000000 | 1010001 | 1000100 | 0 | 100101 | 101111 | 110010 | 1101 | 11111 | 100110 |
Color Harmonies of #805144
Complementary color
Monochromatic Colors of #805144
Black with #805144
Text Example
Text Example
White with #805144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805144; }
p { color: rgb(128,81,68); }
H1.HeaderClassName
{
color: #805144;
}
.AnyTagClassName
{
color: #805144;
}
</style>
background-color css
<style>
a { background-color: #805144; }
a { background-color: rgb(128,81,68); }
div.DivClassName
{
background-color: #805144;
}
.BgClassName
{
background-color: #805144;
}
</style>
border-color css
<style>
span { border-color: #805144; }
span { border-color: rgb(128,81,68); }
td.TdClassName
{
border-color: #805144;
}
.TagClassName
{
border-color: #805144;
}
</style>