Shades of Japonica #D1725E
Tints of Japonica #D1725E
RGB
CMYK
RGB Variations
Color information
#D1725E (or 0xD1725E) is known color: Japonica. HEX triplet: D1, 72 and 5E. RGB value is (209,114,94). Sum of RGB (Red+Green+Blue) = 209+114+94=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1725E is #2E8DA1. Grayscale: #8C8C8C. Windows color (decimal): -3050914 or 6189777. OLE color: 6189777.
HSL color Cylindrical-coordinate representation of color #D1725E: hue angle of 10.43º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1725E is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 94 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.18 |
| HSL | 10.43º | 0.56% | 0.59% | - |
| HSV(B) | 10.43º | 0.55% | 0.82% | - |
| XYZ | 34.33 | 26.4 | 13.88 | - |
| YUV | 140.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 94 | 0 | 0.45 | 0.55 | 0.18 | 10.43 | 0.56 | 0.59 |
| Hex | D1 | 72 | 5E | 0 | 2D | 37 | 12 | A | 38 | 3B |
| Octal | 321 | 162 | 136 | 0 | 55 | 67 | 22 | 12 | 70 | 73 |
| Binary | 11010001 | 1110010 | 1011110 | 0 | 101101 | 110111 | 10010 | 1010 | 111000 | 111011 |
Color Harmonies of #D1725E
Complementary color
Monochromatic Colors of #D1725E
Black with #D1725E
Text Example
Text Example
White with #D1725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1725E; }
p { color: rgb(209,114,94); }
H1.HeaderClassName
{
color: #D1725E;
}
.AnyTagClassName
{
color: #D1725E;
}
</style>
background-color css
<style>
a { background-color: #D1725E; }
a { background-color: rgb(209,114,94); }
div.DivClassName
{
background-color: #D1725E;
}
.BgClassName
{
background-color: #D1725E;
}
</style>
border-color css
<style>
span { border-color: #D1725E; }
span { border-color: rgb(209,114,94); }
td.TdClassName
{
border-color: #D1725E;
}
.TagClassName
{
border-color: #D1725E;
}
</style>