Shades of Japonica #D57251
Tints of Japonica #D57251
RGB
CMYK
RGB Variations
Color information
#D57251 (or 0xD57251) is known color: Japonica. HEX triplet: D5, 72 and 51. RGB value is (213,114,81). Sum of RGB (Red+Green+Blue) = 213+114+81=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D57251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57251 is #2A8DAE. Grayscale: #8C8C8C. Windows color (decimal): -2788783 or 5337813. OLE color: 5337813.
HSL color Cylindrical-coordinate representation of color #D57251: hue angle of 15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D57251 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 81 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.16 |
| HSL | 15º | 0.61% | 0.58% | - |
| HSV(B) | 15º | 0.62% | 0.84% | - |
| XYZ | 34.94 | 26.77 | 11.11 | - |
| YUV | 139.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 81 | 0 | 0.46 | 0.62 | 0.16 | 15 | 0.61 | 0.58 |
| Hex | D5 | 72 | 51 | 0 | 2E | 3E | 10 | F | 3D | 3A |
| Octal | 325 | 162 | 121 | 0 | 56 | 76 | 20 | 17 | 75 | 72 |
| Binary | 11010101 | 1110010 | 1010001 | 0 | 101110 | 111110 | 10000 | 1111 | 111101 | 111010 |
Color Harmonies of #D57251
Complementary color
Monochromatic Colors of #D57251
Black with #D57251
Text Example
Text Example
White with #D57251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57251; }
p { color: rgb(213,114,81); }
H1.HeaderClassName
{
color: #D57251;
}
.AnyTagClassName
{
color: #D57251;
}
</style>
background-color css
<style>
a { background-color: #D57251; }
a { background-color: rgb(213,114,81); }
div.DivClassName
{
background-color: #D57251;
}
.BgClassName
{
background-color: #D57251;
}
</style>
border-color css
<style>
span { border-color: #D57251; }
span { border-color: rgb(213,114,81); }
td.TdClassName
{
border-color: #D57251;
}
.TagClassName
{
border-color: #D57251;
}
</style>