Shades of Paarl #8F4831
Tints of Paarl #8F4831
RGB
CMYK
RGB Variations
Color information
#8F4831 (or 0x8F4831) is known color: Paarl. HEX triplet: 8F, 48 and 31. RGB value is (143,72,49). Sum of RGB (Red+Green+Blue) = 143+72+49=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4831 is #70B7CE. Grayscale: #5A5A5A. Windows color (decimal): -7387087 or 3229839. OLE color: 3229839.
HSL color Cylindrical-coordinate representation of color #8F4831: hue angle of 14.68º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F4831 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 72 | 49 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.44 |
| HSL | 14.68º | 0.49% | 0.38% | - |
| HSV(B) | 14.68º | 0.66% | 0.56% | - |
| XYZ | 14.2 | 10.7 | 4.22 | - |
| YUV | 90.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 49 | 0 | 0.50 | 0.66 | 0.44 | 14.68 | 0.49 | 0.38 |
| Hex | 8F | 48 | 31 | 0 | 32 | 42 | 2C | F | 31 | 26 |
| Octal | 217 | 110 | 61 | 0 | 62 | 102 | 54 | 17 | 61 | 46 |
| Binary | 10001111 | 1001000 | 110001 | 0 | 110010 | 1000010 | 101100 | 1111 | 110001 | 100110 |
Color Harmonies of #8F4831
Complementary color
Monochromatic Colors of #8F4831
Black with #8F4831
Text Example
Text Example
White with #8F4831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4831; }
p { color: rgb(143,72,49); }
H1.HeaderClassName
{
color: #8F4831;
}
.AnyTagClassName
{
color: #8F4831;
}
</style>
background-color css
<style>
a { background-color: #8F4831; }
a { background-color: rgb(143,72,49); }
div.DivClassName
{
background-color: #8F4831;
}
.BgClassName
{
background-color: #8F4831;
}
</style>
border-color css
<style>
span { border-color: #8F4831; }
span { border-color: rgb(143,72,49); }
td.TdClassName
{
border-color: #8F4831;
}
.TagClassName
{
border-color: #8F4831;
}
</style>