Shades of Japonica #D57761
Tints of Japonica #D57761
RGB
CMYK
RGB Variations
Color information
#D57761 (or 0xD57761) is known color: Japonica. HEX triplet: D5, 77 and 61. RGB value is (213,119,97). Sum of RGB (Red+Green+Blue) = 213+119+97=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D57761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57761 is #2A889E. Grayscale: #909090. Windows color (decimal): -2787487 or 6387669. OLE color: 6387669.
HSL color Cylindrical-coordinate representation of color #D57761: hue angle of 11.38º 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 #D57761 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 97 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.16 |
| HSL | 11.38º | 0.58% | 0.61% | - |
| HSV(B) | 11.38º | 0.54% | 0.84% | - |
| XYZ | 36.2 | 28.2 | 14.85 | - |
| YUV | 144.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 97 | 0 | 0.44 | 0.54 | 0.16 | 11.38 | 0.58 | 0.61 |
| Hex | D5 | 77 | 61 | 0 | 2C | 36 | 10 | B | 3A | 3D |
| Octal | 325 | 167 | 141 | 0 | 54 | 66 | 20 | 13 | 72 | 75 |
| Binary | 11010101 | 1110111 | 1100001 | 0 | 101100 | 110110 | 10000 | 1011 | 111010 | 111101 |
Color Harmonies of #D57761
Complementary color
Monochromatic Colors of #D57761
Black with #D57761
Text Example
Text Example
White with #D57761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57761; }
p { color: rgb(213,119,97); }
H1.HeaderClassName
{
color: #D57761;
}
.AnyTagClassName
{
color: #D57761;
}
</style>
background-color css
<style>
a { background-color: #D57761; }
a { background-color: rgb(213,119,97); }
div.DivClassName
{
background-color: #D57761;
}
.BgClassName
{
background-color: #D57761;
}
</style>
border-color css
<style>
span { border-color: #D57761; }
span { border-color: rgb(213,119,97); }
td.TdClassName
{
border-color: #D57761;
}
.TagClassName
{
border-color: #D57761;
}
</style>