Shades of Japonica #D57350
Tints of Japonica #D57350
RGB
CMYK
RGB Variations
Color information
#D57350 (or 0xD57350) is known color: Japonica. HEX triplet: D5, 73 and 50. RGB value is (213,115,80). Sum of RGB (Red+Green+Blue) = 213+115+80=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D57350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57350 is #2A8CAF. Grayscale: #8C8C8C. Windows color (decimal): -2788528 or 5272533. OLE color: 5272533.
HSL color Cylindrical-coordinate representation of color #D57350: hue angle of 15.79º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D57350 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 80 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.16 |
| HSL | 15.79º | 0.61% | 0.57% | - |
| HSV(B) | 15.79º | 0.62% | 0.84% | - |
| XYZ | 35.02 | 26.99 | 10.95 | - |
| YUV | 140.31 | 93.97 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 80 | 0 | 0.46 | 0.62 | 0.16 | 15.79 | 0.61 | 0.57 |
| Hex | D5 | 73 | 50 | 0 | 2E | 3E | 10 | 10 | 3D | 39 |
| Octal | 325 | 163 | 120 | 0 | 56 | 76 | 20 | 20 | 75 | 71 |
| Binary | 11010101 | 1110011 | 1010000 | 0 | 101110 | 111110 | 10000 | 10000 | 111101 | 111001 |
Color Harmonies of #D57350
Complementary color
Monochromatic Colors of #D57350
Black with #D57350
Text Example
Text Example
White with #D57350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57350; }
p { color: rgb(213,115,80); }
H1.HeaderClassName
{
color: #D57350;
}
.AnyTagClassName
{
color: #D57350;
}
</style>
background-color css
<style>
a { background-color: #D57350; }
a { background-color: rgb(213,115,80); }
div.DivClassName
{
background-color: #D57350;
}
.BgClassName
{
background-color: #D57350;
}
</style>
border-color css
<style>
span { border-color: #D57350; }
span { border-color: rgb(213,115,80); }
td.TdClassName
{
border-color: #D57350;
}
.TagClassName
{
border-color: #D57350;
}
</style>