Shades of Japonica #D47353
Tints of Japonica #D47353
RGB
CMYK
RGB Variations
Color information
#D47353 (or 0xD47353) is known color: Japonica. HEX triplet: D4, 73 and 53. RGB value is (212,115,83). Sum of RGB (Red+Green+Blue) = 212+115+83=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D47353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47353 is #2B8CAC. Grayscale: #8C8C8C. Windows color (decimal): -2854061 or 5469140. OLE color: 5469140.
HSL color Cylindrical-coordinate representation of color #D47353: hue angle of 14.88º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D47353 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 83 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.17 |
| HSL | 14.88º | 0.6% | 0.58% | - |
| HSV(B) | 14.88º | 0.61% | 0.83% | - |
| XYZ | 34.84 | 26.88 | 11.54 | - |
| YUV | 140.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 83 | 0 | 0.46 | 0.61 | 0.17 | 14.88 | 0.6 | 0.58 |
| Hex | D4 | 73 | 53 | 0 | 2E | 3D | 11 | F | 3C | 3A |
| Octal | 324 | 163 | 123 | 0 | 56 | 75 | 21 | 17 | 74 | 72 |
| Binary | 11010100 | 1110011 | 1010011 | 0 | 101110 | 111101 | 10001 | 1111 | 111100 | 111010 |
Color Harmonies of #D47353
Complementary color
Monochromatic Colors of #D47353
Black with #D47353
Text Example
Text Example
White with #D47353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47353; }
p { color: rgb(212,115,83); }
H1.HeaderClassName
{
color: #D47353;
}
.AnyTagClassName
{
color: #D47353;
}
</style>
background-color css
<style>
a { background-color: #D47353; }
a { background-color: rgb(212,115,83); }
div.DivClassName
{
background-color: #D47353;
}
.BgClassName
{
background-color: #D47353;
}
</style>
border-color css
<style>
span { border-color: #D47353; }
span { border-color: rgb(212,115,83); }
td.TdClassName
{
border-color: #D47353;
}
.TagClassName
{
border-color: #D47353;
}
</style>