Shades of Prairie Sand #8F3F39
Tints of Prairie Sand #8F3F39
RGB
CMYK
RGB Variations
Color information
#8F3F39 (or 0x8F3F39) is known color: Prairie Sand. HEX triplet: 8F, 3F and 39. RGB value is (143,63,57). Sum of RGB (Red+Green+Blue) = 143+63+57=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3F39 is #70C0C6. Grayscale: #565656. Windows color (decimal): -7389383 or 3751823. OLE color: 3751823.
HSL color Cylindrical-coordinate representation of color #8F3F39: hue angle of 4.19º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F3F39 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 63 | 57 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.44 |
| HSL | 4.19º | 0.43% | 0.39% | - |
| HSV(B) | 4.19º | 0.6% | 0.56% | - |
| XYZ | 13.84 | 9.69 | 5.01 | - |
| YUV | 86.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 57 | 0 | 0.56 | 0.60 | 0.44 | 4.19 | 0.43 | 0.39 |
| Hex | 8F | 3F | 39 | 0 | 38 | 3C | 2C | 4 | 2B | 27 |
| Octal | 217 | 77 | 71 | 0 | 70 | 74 | 54 | 4 | 53 | 47 |
| Binary | 10001111 | 111111 | 111001 | 0 | 111000 | 111100 | 101100 | 100 | 101011 | 100111 |
Color Harmonies of #8F3F39
Complementary color
Monochromatic Colors of #8F3F39
Black with #8F3F39
Text Example
Text Example
White with #8F3F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3F39; }
p { color: rgb(143,63,57); }
H1.HeaderClassName
{
color: #8F3F39;
}
.AnyTagClassName
{
color: #8F3F39;
}
</style>
background-color css
<style>
a { background-color: #8F3F39; }
a { background-color: rgb(143,63,57); }
div.DivClassName
{
background-color: #8F3F39;
}
.BgClassName
{
background-color: #8F3F39;
}
</style>
border-color css
<style>
span { border-color: #8F3F39; }
span { border-color: rgb(143,63,57); }
td.TdClassName
{
border-color: #8F3F39;
}
.TagClassName
{
border-color: #8F3F39;
}
</style>