Shades of Japonica #D0725E
Tints of Japonica #D0725E
RGB
CMYK
RGB Variations
Color information
#D0725E (or 0xD0725E) is known color: Japonica. HEX triplet: D0, 72 and 5E. RGB value is (208,114,94). Sum of RGB (Red+Green+Blue) = 208+114+94=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0725E is #2F8DA1. Grayscale: #8C8C8C. Windows color (decimal): -3116450 or 6189776. OLE color: 6189776.
HSL color Cylindrical-coordinate representation of color #D0725E: hue angle of 10.53º degrees, saturation: 0.55, 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 #D0725E is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 94 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.18 |
| HSL | 10.53º | 0.55% | 0.59% | - |
| HSV(B) | 10.53º | 0.55% | 0.82% | - |
| XYZ | 34.05 | 26.25 | 13.86 | - |
| YUV | 139.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 94 | 0 | 0.45 | 0.55 | 0.18 | 10.53 | 0.55 | 0.59 |
| Hex | D0 | 72 | 5E | 0 | 2D | 37 | 12 | B | 37 | 3B |
| Octal | 320 | 162 | 136 | 0 | 55 | 67 | 22 | 13 | 67 | 73 |
| Binary | 11010000 | 1110010 | 1011110 | 0 | 101101 | 110111 | 10010 | 1011 | 110111 | 111011 |
Color Harmonies of #D0725E
Complementary color
Monochromatic Colors of #D0725E
Black with #D0725E
Text Example
Text Example
White with #D0725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0725E; }
p { color: rgb(208,114,94); }
H1.HeaderClassName
{
color: #D0725E;
}
.AnyTagClassName
{
color: #D0725E;
}
</style>
background-color css
<style>
a { background-color: #D0725E; }
a { background-color: rgb(208,114,94); }
div.DivClassName
{
background-color: #D0725E;
}
.BgClassName
{
background-color: #D0725E;
}
</style>
border-color css
<style>
span { border-color: #D0725E; }
span { border-color: rgb(208,114,94); }
td.TdClassName
{
border-color: #D0725E;
}
.TagClassName
{
border-color: #D0725E;
}
</style>