Shades of Japonica #D57260
Tints of Japonica #D57260
RGB
CMYK
RGB Variations
Color information
#D57260 (or 0xD57260) is known color: Japonica. HEX triplet: D5, 72 and 60. RGB value is (213,114,96). Sum of RGB (Red+Green+Blue) = 213+114+96=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D57260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57260 is #2A8D9F. Grayscale: #8D8D8D. Windows color (decimal): -2788768 or 6320853. OLE color: 6320853.
HSL color Cylindrical-coordinate representation of color #D57260: hue angle of 9.23º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D57260 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 96 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.16 |
| HSL | 9.23º | 0.58% | 0.61% | - |
| HSV(B) | 9.23º | 0.55% | 0.84% | - |
| XYZ | 35.57 | 27.03 | 14.41 | - |
| YUV | 141.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 96 | 0 | 0.46 | 0.55 | 0.16 | 9.23 | 0.58 | 0.61 |
| Hex | D5 | 72 | 60 | 0 | 2E | 37 | 10 | 9 | 3A | 3D |
| Octal | 325 | 162 | 140 | 0 | 56 | 67 | 20 | 11 | 72 | 75 |
| Binary | 11010101 | 1110010 | 1100000 | 0 | 101110 | 110111 | 10000 | 1001 | 111010 | 111101 |
Color Harmonies of #D57260
Complementary color
Monochromatic Colors of #D57260
Black with #D57260
Text Example
Text Example
White with #D57260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57260; }
p { color: rgb(213,114,96); }
H1.HeaderClassName
{
color: #D57260;
}
.AnyTagClassName
{
color: #D57260;
}
</style>
background-color css
<style>
a { background-color: #D57260; }
a { background-color: rgb(213,114,96); }
div.DivClassName
{
background-color: #D57260;
}
.BgClassName
{
background-color: #D57260;
}
</style>
border-color css
<style>
span { border-color: #D57260; }
span { border-color: rgb(213,114,96); }
td.TdClassName
{
border-color: #D57260;
}
.TagClassName
{
border-color: #D57260;
}
</style>