Shades of Japonica #D57461
Tints of Japonica #D57461
RGB
CMYK
RGB Variations
Color information
#D57461 (or 0xD57461) is known color: Japonica. HEX triplet: D5, 74 and 61. RGB value is (213,116,97). Sum of RGB (Red+Green+Blue) = 213+116+97=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D57461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57461 is #2A8B9E. Grayscale: #8F8F8F. Windows color (decimal): -2788255 or 6386901. OLE color: 6386901.
HSL color Cylindrical-coordinate representation of color #D57461: hue angle of 9.83º 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 #D57461 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 97 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.16 |
| HSL | 9.83º | 0.58% | 0.61% | - |
| HSV(B) | 9.83º | 0.54% | 0.84% | - |
| XYZ | 35.84 | 27.5 | 14.73 | - |
| YUV | 142.84 | 102.14 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 97 | 0 | 0.46 | 0.54 | 0.16 | 9.83 | 0.58 | 0.61 |
| Hex | D5 | 74 | 61 | 0 | 2E | 36 | 10 | A | 3A | 3D |
| Octal | 325 | 164 | 141 | 0 | 56 | 66 | 20 | 12 | 72 | 75 |
| Binary | 11010101 | 1110100 | 1100001 | 0 | 101110 | 110110 | 10000 | 1010 | 111010 | 111101 |
Color Harmonies of #D57461
Complementary color
Monochromatic Colors of #D57461
Black with #D57461
Text Example
Text Example
White with #D57461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57461; }
p { color: rgb(213,116,97); }
H1.HeaderClassName
{
color: #D57461;
}
.AnyTagClassName
{
color: #D57461;
}
</style>
background-color css
<style>
a { background-color: #D57461; }
a { background-color: rgb(213,116,97); }
div.DivClassName
{
background-color: #D57461;
}
.BgClassName
{
background-color: #D57461;
}
</style>
border-color css
<style>
span { border-color: #D57461; }
span { border-color: rgb(213,116,97); }
td.TdClassName
{
border-color: #D57461;
}
.TagClassName
{
border-color: #D57461;
}
</style>