Shades of Japonica #D57A5B
Tints of Japonica #D57A5B
RGB
CMYK
RGB Variations
Color information
#D57A5B (or 0xD57A5B) is known color: Japonica. HEX triplet: D5, 7A and 5B. RGB value is (213,122,91). Sum of RGB (Red+Green+Blue) = 213+122+91=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A5B is #2A85A4. Grayscale: #919191. Windows color (decimal): -2786725 or 5995221. OLE color: 5995221.
HSL color Cylindrical-coordinate representation of color #D57A5B: hue angle of 15.25º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D57A5B is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 91 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.16 |
| HSL | 15.25º | 0.59% | 0.6% | - |
| HSV(B) | 15.25º | 0.57% | 0.84% | - |
| XYZ | 36.29 | 28.82 | 13.55 | - |
| YUV | 145.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 91 | 0 | 0.43 | 0.57 | 0.16 | 15.25 | 0.59 | 0.6 |
| Hex | D5 | 7A | 5B | 0 | 2B | 39 | 10 | F | 3B | 3C |
| Octal | 325 | 172 | 133 | 0 | 53 | 71 | 20 | 17 | 73 | 74 |
| Binary | 11010101 | 1111010 | 1011011 | 0 | 101011 | 111001 | 10000 | 1111 | 111011 | 111100 |
Color Harmonies of #D57A5B
Complementary color
Monochromatic Colors of #D57A5B
Black with #D57A5B
Text Example
Text Example
White with #D57A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A5B; }
p { color: rgb(213,122,91); }
H1.HeaderClassName
{
color: #D57A5B;
}
.AnyTagClassName
{
color: #D57A5B;
}
</style>
background-color css
<style>
a { background-color: #D57A5B; }
a { background-color: rgb(213,122,91); }
div.DivClassName
{
background-color: #D57A5B;
}
.BgClassName
{
background-color: #D57A5B;
}
</style>
border-color css
<style>
span { border-color: #D57A5B; }
span { border-color: rgb(213,122,91); }
td.TdClassName
{
border-color: #D57A5B;
}
.TagClassName
{
border-color: #D57A5B;
}
</style>