Shades of Japonica #D57960
Tints of Japonica #D57960
RGB
CMYK
RGB Variations
Color information
#D57960 (or 0xD57960) is known color: Japonica. HEX triplet: D5, 79 and 60. RGB value is (213,121,96). Sum of RGB (Red+Green+Blue) = 213+121+96=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D57960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57960 is #2A869F. Grayscale: #919191. Windows color (decimal): -2786976 or 6322645. OLE color: 6322645.
HSL color Cylindrical-coordinate representation of color #D57960: hue angle of 12.82º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D57960 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 96 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.16 |
| HSL | 12.82º | 0.58% | 0.61% | - |
| HSV(B) | 12.82º | 0.55% | 0.84% | - |
| XYZ | 36.39 | 28.67 | 14.68 | - |
| YUV | 145.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 96 | 0 | 0.43 | 0.55 | 0.16 | 12.82 | 0.58 | 0.61 |
| Hex | D5 | 79 | 60 | 0 | 2B | 37 | 10 | D | 3A | 3D |
| Octal | 325 | 171 | 140 | 0 | 53 | 67 | 20 | 15 | 72 | 75 |
| Binary | 11010101 | 1111001 | 1100000 | 0 | 101011 | 110111 | 10000 | 1101 | 111010 | 111101 |
Color Harmonies of #D57960
Complementary color
Monochromatic Colors of #D57960
Black with #D57960
Text Example
Text Example
White with #D57960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57960; }
p { color: rgb(213,121,96); }
H1.HeaderClassName
{
color: #D57960;
}
.AnyTagClassName
{
color: #D57960;
}
</style>
background-color css
<style>
a { background-color: #D57960; }
a { background-color: rgb(213,121,96); }
div.DivClassName
{
background-color: #D57960;
}
.BgClassName
{
background-color: #D57960;
}
</style>
border-color css
<style>
span { border-color: #D57960; }
span { border-color: rgb(213,121,96); }
td.TdClassName
{
border-color: #D57960;
}
.TagClassName
{
border-color: #D57960;
}
</style>