Shades of Japonica #D57050
Tints of Japonica #D57050
RGB
CMYK
RGB Variations
Color information
#D57050 (or 0xD57050) is known color: Japonica. HEX triplet: D5, 70 and 50. RGB value is (213,112,80). Sum of RGB (Red+Green+Blue) = 213+112+80=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D57050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57050 is #2A8FAF. Grayscale: #8A8A8A. Windows color (decimal): -2789296 or 5271765. OLE color: 5271765.
HSL color Cylindrical-coordinate representation of color #D57050: hue angle of 14.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D57050 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 80 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.16 |
| HSL | 14.44º | 0.61% | 0.57% | - |
| HSV(B) | 14.44º | 0.62% | 0.84% | - |
| XYZ | 34.68 | 26.31 | 10.84 | - |
| YUV | 138.55 | 94.96 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 80 | 0 | 0.47 | 0.62 | 0.16 | 14.44 | 0.61 | 0.57 |
| Hex | D5 | 70 | 50 | 0 | 2F | 3E | 10 | E | 3D | 39 |
| Octal | 325 | 160 | 120 | 0 | 57 | 76 | 20 | 16 | 75 | 71 |
| Binary | 11010101 | 1110000 | 1010000 | 0 | 101111 | 111110 | 10000 | 1110 | 111101 | 111001 |
Color Harmonies of #D57050
Complementary color
Monochromatic Colors of #D57050
Black with #D57050
Text Example
Text Example
White with #D57050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57050; }
p { color: rgb(213,112,80); }
H1.HeaderClassName
{
color: #D57050;
}
.AnyTagClassName
{
color: #D57050;
}
</style>
background-color css
<style>
a { background-color: #D57050; }
a { background-color: rgb(213,112,80); }
div.DivClassName
{
background-color: #D57050;
}
.BgClassName
{
background-color: #D57050;
}
</style>
border-color css
<style>
span { border-color: #D57050; }
span { border-color: rgb(213,112,80); }
td.TdClassName
{
border-color: #D57050;
}
.TagClassName
{
border-color: #D57050;
}
</style>