Shades of Japonica #D57261
Tints of Japonica #D57261
RGB
CMYK
RGB Variations
Color information
#D57261 (or 0xD57261) is known color: Japonica. HEX triplet: D5, 72 and 61. RGB value is (213,114,97). Sum of RGB (Red+Green+Blue) = 213+114+97=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D57261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57261 is #2A8D9E. Grayscale: #8D8D8D. Windows color (decimal): -2788767 or 6386389. OLE color: 6386389.
HSL color Cylindrical-coordinate representation of color #D57261: hue angle of 8.79º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D57261 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 97 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.16 |
| HSL | 8.79º | 0.58% | 0.61% | - |
| HSV(B) | 8.79º | 0.54% | 0.84% | - |
| XYZ | 35.62 | 27.04 | 14.65 | - |
| YUV | 141.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 97 | 0 | 0.46 | 0.54 | 0.16 | 8.79 | 0.58 | 0.61 |
| Hex | D5 | 72 | 61 | 0 | 2E | 36 | 10 | 9 | 3A | 3D |
| Octal | 325 | 162 | 141 | 0 | 56 | 66 | 20 | 11 | 72 | 75 |
| Binary | 11010101 | 1110010 | 1100001 | 0 | 101110 | 110110 | 10000 | 1001 | 111010 | 111101 |
Color Harmonies of #D57261
Complementary color
Monochromatic Colors of #D57261
Black with #D57261
Text Example
Text Example
White with #D57261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57261; }
p { color: rgb(213,114,97); }
H1.HeaderClassName
{
color: #D57261;
}
.AnyTagClassName
{
color: #D57261;
}
</style>
background-color css
<style>
a { background-color: #D57261; }
a { background-color: rgb(213,114,97); }
div.DivClassName
{
background-color: #D57261;
}
.BgClassName
{
background-color: #D57261;
}
</style>
border-color css
<style>
span { border-color: #D57261; }
span { border-color: rgb(213,114,97); }
td.TdClassName
{
border-color: #D57261;
}
.TagClassName
{
border-color: #D57261;
}
</style>