Shades of Paarl #8A472C
Tints of Paarl #8A472C
RGB
CMYK
RGB Variations
Color information
#8A472C (or 0x8A472C) is known color: Paarl. HEX triplet: 8A, 47 and 2C. RGB value is (138,71,44). Sum of RGB (Red+Green+Blue) = 138+71+44=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A472C is #75B8D3. Grayscale: #585858. Windows color (decimal): -7715028 or 2901898. OLE color: 2901898.
HSL color Cylindrical-coordinate representation of color #8A472C: hue angle of 17.23º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A472C is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 71 | 44 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.46 |
| HSL | 17.23º | 0.52% | 0.36% | - |
| HSV(B) | 17.23º | 0.68% | 0.54% | - |
| XYZ | 13.19 | 10.09 | 3.64 | - |
| YUV | 87.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 44 | 0 | 0.49 | 0.68 | 0.46 | 17.23 | 0.52 | 0.36 |
| Hex | 8A | 47 | 2C | 0 | 31 | 44 | 2E | 11 | 34 | 24 |
| Octal | 212 | 107 | 54 | 0 | 61 | 104 | 56 | 21 | 64 | 44 |
| Binary | 10001010 | 1000111 | 101100 | 0 | 110001 | 1000100 | 101110 | 10001 | 110100 | 100100 |
Color Harmonies of #8A472C
Complementary color
Monochromatic Colors of #8A472C
Black with #8A472C
Text Example
Text Example
White with #8A472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A472C; }
p { color: rgb(138,71,44); }
H1.HeaderClassName
{
color: #8A472C;
}
.AnyTagClassName
{
color: #8A472C;
}
</style>
background-color css
<style>
a { background-color: #8A472C; }
a { background-color: rgb(138,71,44); }
div.DivClassName
{
background-color: #8A472C;
}
.BgClassName
{
background-color: #8A472C;
}
</style>
border-color css
<style>
span { border-color: #8A472C; }
span { border-color: rgb(138,71,44); }
td.TdClassName
{
border-color: #8A472C;
}
.TagClassName
{
border-color: #8A472C;
}
</style>