Shades of Japonica #D57453
Tints of Japonica #D57453
RGB
CMYK
RGB Variations
Color information
#D57453 (or 0xD57453) is known color: Japonica. HEX triplet: D5, 74 and 53. RGB value is (213,116,83). Sum of RGB (Red+Green+Blue) = 213+116+83=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D57453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57453 is #2A8BAC. Grayscale: #8D8D8D. Windows color (decimal): -2788269 or 5469397. OLE color: 5469397.
HSL color Cylindrical-coordinate representation of color #D57453: hue angle of 15.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D57453 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 83 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.16 |
| HSL | 15.23º | 0.61% | 0.58% | - |
| HSV(B) | 15.23º | 0.61% | 0.84% | - |
| XYZ | 35.25 | 27.26 | 11.59 | - |
| YUV | 141.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 83 | 0 | 0.46 | 0.61 | 0.16 | 15.23 | 0.61 | 0.58 |
| Hex | D5 | 74 | 53 | 0 | 2E | 3D | 10 | F | 3D | 3A |
| Octal | 325 | 164 | 123 | 0 | 56 | 75 | 20 | 17 | 75 | 72 |
| Binary | 11010101 | 1110100 | 1010011 | 0 | 101110 | 111101 | 10000 | 1111 | 111101 | 111010 |
Color Harmonies of #D57453
Complementary color
Monochromatic Colors of #D57453
Black with #D57453
Text Example
Text Example
White with #D57453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57453; }
p { color: rgb(213,116,83); }
H1.HeaderClassName
{
color: #D57453;
}
.AnyTagClassName
{
color: #D57453;
}
</style>
background-color css
<style>
a { background-color: #D57453; }
a { background-color: rgb(213,116,83); }
div.DivClassName
{
background-color: #D57453;
}
.BgClassName
{
background-color: #D57453;
}
</style>
border-color css
<style>
span { border-color: #D57453; }
span { border-color: rgb(213,116,83); }
td.TdClassName
{
border-color: #D57453;
}
.TagClassName
{
border-color: #D57453;
}
</style>