Shades of Paarl #87462D
Tints of Paarl #87462D
RGB
CMYK
RGB Variations
Color information
#87462D (or 0x87462D) is known color: Paarl. HEX triplet: 87, 46 and 2D. RGB value is (135,70,45). Sum of RGB (Red+Green+Blue) = 135+70+45=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87462D is #78B9D2. Grayscale: #565656. Windows color (decimal): -7911891 or 2967175. OLE color: 2967175.
HSL color Cylindrical-coordinate representation of color #87462D: hue angle of 16.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87462D is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 45 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.47 |
| HSL | 16.67º | 0.5% | 0.35% | - |
| HSV(B) | 16.67º | 0.67% | 0.53% | - |
| XYZ | 12.66 | 9.72 | 3.69 | - |
| YUV | 86.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 45 | 0 | 0.48 | 0.67 | 0.47 | 16.67 | 0.5 | 0.35 |
| Hex | 87 | 46 | 2D | 0 | 30 | 43 | 2F | 11 | 32 | 23 |
| Octal | 207 | 106 | 55 | 0 | 60 | 103 | 57 | 21 | 62 | 43 |
| Binary | 10000111 | 1000110 | 101101 | 0 | 110000 | 1000011 | 101111 | 10001 | 110010 | 100011 |
Color Harmonies of #87462D
Complementary color
Monochromatic Colors of #87462D
Black with #87462D
Text Example
Text Example
White with #87462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87462D; }
p { color: rgb(135,70,45); }
H1.HeaderClassName
{
color: #87462D;
}
.AnyTagClassName
{
color: #87462D;
}
</style>
background-color css
<style>
a { background-color: #87462D; }
a { background-color: rgb(135,70,45); }
div.DivClassName
{
background-color: #87462D;
}
.BgClassName
{
background-color: #87462D;
}
</style>
border-color css
<style>
span { border-color: #87462D; }
span { border-color: rgb(135,70,45); }
td.TdClassName
{
border-color: #87462D;
}
.TagClassName
{
border-color: #87462D;
}
</style>