Shades of Japonica #D37060
Tints of Japonica #D37060
RGB
CMYK
RGB Variations
Color information
#D37060 (or 0xD37060) is known color: Japonica. HEX triplet: D3, 70 and 60. RGB value is (211,112,96). Sum of RGB (Red+Green+Blue) = 211+112+96=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D37060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37060 is #2C8F9F. Grayscale: #8B8B8B. Windows color (decimal): -2920352 or 6320339. OLE color: 6320339.
HSL color Cylindrical-coordinate representation of color #D37060: hue angle of 8.35º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D37060 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 96 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.17 |
| HSL | 8.35º | 0.57% | 0.6% | - |
| HSV(B) | 8.35º | 0.55% | 0.83% | - |
| XYZ | 34.77 | 26.28 | 14.31 | - |
| YUV | 139.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 96 | 0 | 0.47 | 0.55 | 0.17 | 8.35 | 0.57 | 0.6 |
| Hex | D3 | 70 | 60 | 0 | 2F | 37 | 11 | 8 | 39 | 3C |
| Octal | 323 | 160 | 140 | 0 | 57 | 67 | 21 | 10 | 71 | 74 |
| Binary | 11010011 | 1110000 | 1100000 | 0 | 101111 | 110111 | 10001 | 1000 | 111001 | 111100 |
Color Harmonies of #D37060
Complementary color
Monochromatic Colors of #D37060
Black with #D37060
Text Example
Text Example
White with #D37060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37060; }
p { color: rgb(211,112,96); }
H1.HeaderClassName
{
color: #D37060;
}
.AnyTagClassName
{
color: #D37060;
}
</style>
background-color css
<style>
a { background-color: #D37060; }
a { background-color: rgb(211,112,96); }
div.DivClassName
{
background-color: #D37060;
}
.BgClassName
{
background-color: #D37060;
}
</style>
border-color css
<style>
span { border-color: #D37060; }
span { border-color: rgb(211,112,96); }
td.TdClassName
{
border-color: #D37060;
}
.TagClassName
{
border-color: #D37060;
}
</style>