Shades of Japonica #D37351
Tints of Japonica #D37351
RGB
CMYK
RGB Variations
Color information
#D37351 (or 0xD37351) is known color: Japonica. HEX triplet: D3, 73 and 51. RGB value is (211,115,81). Sum of RGB (Red+Green+Blue) = 211+115+81=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D37351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37351 is #2C8CAE. Grayscale: #8C8C8C. Windows color (decimal): -2919599 or 5338067. OLE color: 5338067.
HSL color Cylindrical-coordinate representation of color #D37351: hue angle of 15.69º 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 #D37351 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 81 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.17 |
| HSL | 15.69º | 0.6% | 0.57% | - |
| HSV(B) | 15.69º | 0.62% | 0.83% | - |
| XYZ | 34.48 | 26.7 | 11.12 | - |
| YUV | 139.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 81 | 0 | 0.45 | 0.62 | 0.17 | 15.69 | 0.6 | 0.57 |
| Hex | D3 | 73 | 51 | 0 | 2D | 3E | 11 | 10 | 3C | 39 |
| Octal | 323 | 163 | 121 | 0 | 55 | 76 | 21 | 20 | 74 | 71 |
| Binary | 11010011 | 1110011 | 1010001 | 0 | 101101 | 111110 | 10001 | 10000 | 111100 | 111001 |
Color Harmonies of #D37351
Complementary color
Monochromatic Colors of #D37351
Black with #D37351
Text Example
Text Example
White with #D37351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37351; }
p { color: rgb(211,115,81); }
H1.HeaderClassName
{
color: #D37351;
}
.AnyTagClassName
{
color: #D37351;
}
</style>
background-color css
<style>
a { background-color: #D37351; }
a { background-color: rgb(211,115,81); }
div.DivClassName
{
background-color: #D37351;
}
.BgClassName
{
background-color: #D37351;
}
</style>
border-color css
<style>
span { border-color: #D37351; }
span { border-color: rgb(211,115,81); }
td.TdClassName
{
border-color: #D37351;
}
.TagClassName
{
border-color: #D37351;
}
</style>