Shades of Japonica #D87151
Tints of Japonica #D87151
RGB
CMYK
RGB Variations
Color information
#D87151 (or 0xD87151) is known color: Japonica. HEX triplet: D8, 71 and 51. RGB value is (216,113,81). Sum of RGB (Red+Green+Blue) = 216+113+81=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D87151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87151 is #278EAE. Grayscale: #8C8C8C. Windows color (decimal): -2592431 or 5337560. OLE color: 5337560.
HSL color Cylindrical-coordinate representation of color #D87151: hue angle of 14.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D87151 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 81 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.15 |
| HSL | 14.22º | 0.63% | 0.58% | - |
| HSV(B) | 14.22º | 0.63% | 0.85% | - |
| XYZ | 35.71 | 27 | 11.11 | - |
| YUV | 140.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 81 | 0 | 0.48 | 0.62 | 0.15 | 14.22 | 0.63 | 0.58 |
| Hex | D8 | 71 | 51 | 0 | 30 | 3E | F | E | 3F | 3A |
| Octal | 330 | 161 | 121 | 0 | 60 | 76 | 17 | 16 | 77 | 72 |
| Binary | 11011000 | 1110001 | 1010001 | 0 | 110000 | 111110 | 1111 | 1110 | 111111 | 111010 |
Color Harmonies of #D87151
Complementary color
Monochromatic Colors of #D87151
Black with #D87151
Text Example
Text Example
White with #D87151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87151; }
p { color: rgb(216,113,81); }
H1.HeaderClassName
{
color: #D87151;
}
.AnyTagClassName
{
color: #D87151;
}
</style>
background-color css
<style>
a { background-color: #D87151; }
a { background-color: rgb(216,113,81); }
div.DivClassName
{
background-color: #D87151;
}
.BgClassName
{
background-color: #D87151;
}
</style>
border-color css
<style>
span { border-color: #D87151; }
span { border-color: rgb(216,113,81); }
td.TdClassName
{
border-color: #D87151;
}
.TagClassName
{
border-color: #D87151;
}
</style>