Shades of Japonica #D47151
Tints of Japonica #D47151
RGB
CMYK
RGB Variations
Color information
#D47151 (or 0xD47151) is known color: Japonica. HEX triplet: D4, 71 and 51. RGB value is (212,113,81). Sum of RGB (Red+Green+Blue) = 212+113+81=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D47151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47151 is #2B8EAE. Grayscale: #8B8B8B. Windows color (decimal): -2854575 or 5337556. OLE color: 5337556.
HSL color Cylindrical-coordinate representation of color #D47151: hue angle of 14.66º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D47151 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 81 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.17 |
| HSL | 14.66º | 0.6% | 0.57% | - |
| HSV(B) | 14.66º | 0.62% | 0.83% | - |
| XYZ | 34.54 | 26.4 | 11.06 | - |
| YUV | 138.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 81 | 0 | 0.47 | 0.62 | 0.17 | 14.66 | 0.6 | 0.57 |
| Hex | D4 | 71 | 51 | 0 | 2F | 3E | 11 | F | 3C | 39 |
| Octal | 324 | 161 | 121 | 0 | 57 | 76 | 21 | 17 | 74 | 71 |
| Binary | 11010100 | 1110001 | 1010001 | 0 | 101111 | 111110 | 10001 | 1111 | 111100 | 111001 |
Color Harmonies of #D47151
Complementary color
Monochromatic Colors of #D47151
Black with #D47151
Text Example
Text Example
White with #D47151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47151; }
p { color: rgb(212,113,81); }
H1.HeaderClassName
{
color: #D47151;
}
.AnyTagClassName
{
color: #D47151;
}
</style>
background-color css
<style>
a { background-color: #D47151; }
a { background-color: rgb(212,113,81); }
div.DivClassName
{
background-color: #D47151;
}
.BgClassName
{
background-color: #D47151;
}
</style>
border-color css
<style>
span { border-color: #D47151; }
span { border-color: rgb(212,113,81); }
td.TdClassName
{
border-color: #D47151;
}
.TagClassName
{
border-color: #D47151;
}
</style>