Shades of Japonica #D57961
Tints of Japonica #D57961
RGB
CMYK
RGB Variations
Color information
#D57961 (or 0xD57961) is known color: Japonica. HEX triplet: D5, 79 and 61. RGB value is (213,121,97). Sum of RGB (Red+Green+Blue) = 213+121+97=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D57961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57961 is #2A869E. Grayscale: #919191. Windows color (decimal): -2786975 or 6388181. OLE color: 6388181.
HSL color Cylindrical-coordinate representation of color #D57961: hue angle of 12.41º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D57961 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 97 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.16 |
| HSL | 12.41º | 0.58% | 0.61% | - |
| HSV(B) | 12.41º | 0.54% | 0.84% | - |
| XYZ | 36.44 | 28.68 | 14.93 | - |
| YUV | 145.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 97 | 0 | 0.43 | 0.54 | 0.16 | 12.41 | 0.58 | 0.61 |
| Hex | D5 | 79 | 61 | 0 | 2B | 36 | 10 | C | 3A | 3D |
| Octal | 325 | 171 | 141 | 0 | 53 | 66 | 20 | 14 | 72 | 75 |
| Binary | 11010101 | 1111001 | 1100001 | 0 | 101011 | 110110 | 10000 | 1100 | 111010 | 111101 |
Color Harmonies of #D57961
Complementary color
Monochromatic Colors of #D57961
Black with #D57961
Text Example
Text Example
White with #D57961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57961; }
p { color: rgb(213,121,97); }
H1.HeaderClassName
{
color: #D57961;
}
.AnyTagClassName
{
color: #D57961;
}
</style>
background-color css
<style>
a { background-color: #D57961; }
a { background-color: rgb(213,121,97); }
div.DivClassName
{
background-color: #D57961;
}
.BgClassName
{
background-color: #D57961;
}
</style>
border-color css
<style>
span { border-color: #D57961; }
span { border-color: rgb(213,121,97); }
td.TdClassName
{
border-color: #D57961;
}
.TagClassName
{
border-color: #D57961;
}
</style>