Shades of Japonica #D57051
Tints of Japonica #D57051
RGB
CMYK
RGB Variations
Color information
#D57051 (or 0xD57051) is known color: Japonica. HEX triplet: D5, 70 and 51. RGB value is (213,112,81). Sum of RGB (Red+Green+Blue) = 213+112+81=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D57051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57051 is #2A8FAE. Grayscale: #8A8A8A. Windows color (decimal): -2789295 or 5337301. OLE color: 5337301.
HSL color Cylindrical-coordinate representation of color #D57051: hue angle of 14.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D57051 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 81 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.16 |
| HSL | 14.09º | 0.61% | 0.58% | - |
| HSV(B) | 14.09º | 0.62% | 0.84% | - |
| XYZ | 34.72 | 26.33 | 11.04 | - |
| YUV | 138.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 81 | 0 | 0.47 | 0.62 | 0.16 | 14.09 | 0.61 | 0.58 |
| Hex | D5 | 70 | 51 | 0 | 2F | 3E | 10 | E | 3D | 3A |
| Octal | 325 | 160 | 121 | 0 | 57 | 76 | 20 | 16 | 75 | 72 |
| Binary | 11010101 | 1110000 | 1010001 | 0 | 101111 | 111110 | 10000 | 1110 | 111101 | 111010 |
Color Harmonies of #D57051
Complementary color
Monochromatic Colors of #D57051
Black with #D57051
Text Example
Text Example
White with #D57051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57051; }
p { color: rgb(213,112,81); }
H1.HeaderClassName
{
color: #D57051;
}
.AnyTagClassName
{
color: #D57051;
}
</style>
background-color css
<style>
a { background-color: #D57051; }
a { background-color: rgb(213,112,81); }
div.DivClassName
{
background-color: #D57051;
}
.BgClassName
{
background-color: #D57051;
}
</style>
border-color css
<style>
span { border-color: #D57051; }
span { border-color: rgb(213,112,81); }
td.TdClassName
{
border-color: #D57051;
}
.TagClassName
{
border-color: #D57051;
}
</style>