Shades of Japonica #D37061
Tints of Japonica #D37061
RGB
CMYK
RGB Variations
Color information
#D37061 (or 0xD37061) is known color: Japonica. HEX triplet: D3, 70 and 61. RGB value is (211,112,97). Sum of RGB (Red+Green+Blue) = 211+112+97=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D37061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37061 is #2C8F9E. Grayscale: #8C8C8C. Windows color (decimal): -2920351 or 6385875. OLE color: 6385875.
HSL color Cylindrical-coordinate representation of color #D37061: hue angle of 7.89º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D37061 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 97 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.17 |
| HSL | 7.89º | 0.56% | 0.6% | - |
| HSV(B) | 7.89º | 0.54% | 0.83% | - |
| XYZ | 34.82 | 26.3 | 14.55 | - |
| YUV | 139.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 97 | 0 | 0.47 | 0.54 | 0.17 | 7.89 | 0.56 | 0.6 |
| Hex | D3 | 70 | 61 | 0 | 2F | 36 | 11 | 8 | 38 | 3C |
| Octal | 323 | 160 | 141 | 0 | 57 | 66 | 21 | 10 | 70 | 74 |
| Binary | 11010011 | 1110000 | 1100001 | 0 | 101111 | 110110 | 10001 | 1000 | 111000 | 111100 |
Color Harmonies of #D37061
Complementary color
Monochromatic Colors of #D37061
Black with #D37061
Text Example
Text Example
White with #D37061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37061; }
p { color: rgb(211,112,97); }
H1.HeaderClassName
{
color: #D37061;
}
.AnyTagClassName
{
color: #D37061;
}
</style>
background-color css
<style>
a { background-color: #D37061; }
a { background-color: rgb(211,112,97); }
div.DivClassName
{
background-color: #D37061;
}
.BgClassName
{
background-color: #D37061;
}
</style>
border-color css
<style>
span { border-color: #D37061; }
span { border-color: rgb(211,112,97); }
td.TdClassName
{
border-color: #D37061;
}
.TagClassName
{
border-color: #D37061;
}
</style>