Shades of Japonica #D47351
Tints of Japonica #D47351
RGB
CMYK
RGB Variations
Color information
#D47351 (or 0xD47351) is known color: Japonica. HEX triplet: D4, 73 and 51. RGB value is (212,115,81). Sum of RGB (Red+Green+Blue) = 212+115+81=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D47351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47351 is #2B8CAE. Grayscale: #8C8C8C. Windows color (decimal): -2854063 or 5338068. OLE color: 5338068.
HSL color Cylindrical-coordinate representation of color #D47351: hue angle of 15.57º 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 #D47351 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 81 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.17 |
| HSL | 15.57º | 0.6% | 0.57% | - |
| HSV(B) | 15.57º | 0.62% | 0.83% | - |
| XYZ | 34.77 | 26.85 | 11.14 | - |
| YUV | 140.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 81 | 0 | 0.46 | 0.62 | 0.17 | 15.57 | 0.6 | 0.57 |
| Hex | D4 | 73 | 51 | 0 | 2E | 3E | 11 | 10 | 3C | 39 |
| Octal | 324 | 163 | 121 | 0 | 56 | 76 | 21 | 20 | 74 | 71 |
| Binary | 11010100 | 1110011 | 1010001 | 0 | 101110 | 111110 | 10001 | 10000 | 111100 | 111001 |
Color Harmonies of #D47351
Complementary color
Monochromatic Colors of #D47351
Black with #D47351
Text Example
Text Example
White with #D47351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47351; }
p { color: rgb(212,115,81); }
H1.HeaderClassName
{
color: #D47351;
}
.AnyTagClassName
{
color: #D47351;
}
</style>
background-color css
<style>
a { background-color: #D47351; }
a { background-color: rgb(212,115,81); }
div.DivClassName
{
background-color: #D47351;
}
.BgClassName
{
background-color: #D47351;
}
</style>
border-color css
<style>
span { border-color: #D47351; }
span { border-color: rgb(212,115,81); }
td.TdClassName
{
border-color: #D47351;
}
.TagClassName
{
border-color: #D47351;
}
</style>