Shades of Japonica #D57150
Tints of Japonica #D57150
RGB
CMYK
RGB Variations
Color information
#D57150 (or 0xD57150) is known color: Japonica. HEX triplet: D5, 71 and 50. RGB value is (213,113,80). Sum of RGB (Red+Green+Blue) = 213+113+80=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D57150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57150 is #2A8EAF. Grayscale: #8B8B8B. Windows color (decimal): -2789040 or 5272021. OLE color: 5272021.
HSL color Cylindrical-coordinate representation of color #D57150: hue angle of 14.89º 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 #D57150 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 80 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.16 |
| HSL | 14.89º | 0.61% | 0.57% | - |
| HSV(B) | 14.89º | 0.62% | 0.84% | - |
| XYZ | 34.79 | 26.54 | 10.88 | - |
| YUV | 139.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 80 | 0 | 0.47 | 0.62 | 0.16 | 14.89 | 0.61 | 0.57 |
| Hex | D5 | 71 | 50 | 0 | 2F | 3E | 10 | F | 3D | 39 |
| Octal | 325 | 161 | 120 | 0 | 57 | 76 | 20 | 17 | 75 | 71 |
| Binary | 11010101 | 1110001 | 1010000 | 0 | 101111 | 111110 | 10000 | 1111 | 111101 | 111001 |
Color Harmonies of #D57150
Complementary color
Monochromatic Colors of #D57150
Black with #D57150
Text Example
Text Example
White with #D57150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57150; }
p { color: rgb(213,113,80); }
H1.HeaderClassName
{
color: #D57150;
}
.AnyTagClassName
{
color: #D57150;
}
</style>
background-color css
<style>
a { background-color: #D57150; }
a { background-color: rgb(213,113,80); }
div.DivClassName
{
background-color: #D57150;
}
.BgClassName
{
background-color: #D57150;
}
</style>
border-color css
<style>
span { border-color: #D57150; }
span { border-color: rgb(213,113,80); }
td.TdClassName
{
border-color: #D57150;
}
.TagClassName
{
border-color: #D57150;
}
</style>