Shades of Japonica #D57451
Tints of Japonica #D57451
RGB
CMYK
RGB Variations
Color information
#D57451 (or 0xD57451) is known color: Japonica. HEX triplet: D5, 74 and 51. RGB value is (213,116,81). Sum of RGB (Red+Green+Blue) = 213+116+81=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D57451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57451 is #2A8BAE. Grayscale: #8D8D8D. Windows color (decimal): -2788271 or 5338325. OLE color: 5338325.
HSL color Cylindrical-coordinate representation of color #D57451: hue angle of 15.91º 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 #D57451 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 81 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.16 |
| HSL | 15.91º | 0.61% | 0.58% | - |
| HSV(B) | 15.91º | 0.62% | 0.84% | - |
| XYZ | 35.17 | 27.23 | 11.19 | - |
| YUV | 141.01 | 94.14 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 81 | 0 | 0.46 | 0.62 | 0.16 | 15.91 | 0.61 | 0.58 |
| Hex | D5 | 74 | 51 | 0 | 2E | 3E | 10 | 10 | 3D | 3A |
| Octal | 325 | 164 | 121 | 0 | 56 | 76 | 20 | 20 | 75 | 72 |
| Binary | 11010101 | 1110100 | 1010001 | 0 | 101110 | 111110 | 10000 | 10000 | 111101 | 111010 |
Color Harmonies of #D57451
Complementary color
Monochromatic Colors of #D57451
Black with #D57451
Text Example
Text Example
White with #D57451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57451; }
p { color: rgb(213,116,81); }
H1.HeaderClassName
{
color: #D57451;
}
.AnyTagClassName
{
color: #D57451;
}
</style>
background-color css
<style>
a { background-color: #D57451; }
a { background-color: rgb(213,116,81); }
div.DivClassName
{
background-color: #D57451;
}
.BgClassName
{
background-color: #D57451;
}
</style>
border-color css
<style>
span { border-color: #D57451; }
span { border-color: rgb(213,116,81); }
td.TdClassName
{
border-color: #D57451;
}
.TagClassName
{
border-color: #D57451;
}
</style>