Shades of Japonica #D16D5B
Tints of Japonica #D16D5B
RGB
CMYK
RGB Variations
Color information
#D16D5B (or 0xD16D5B) is known color: Japonica. HEX triplet: D1, 6D and 5B. RGB value is (209,109,91). Sum of RGB (Red+Green+Blue) = 209+109+91=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D5B is #2E92A4. Grayscale: #898989. Windows color (decimal): -3052197 or 5991889. OLE color: 5991889.
HSL color Cylindrical-coordinate representation of color #D16D5B: hue angle of 9.15º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16D5B is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 91 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.18 |
| HSL | 9.15º | 0.56% | 0.59% | - |
| HSV(B) | 9.15º | 0.56% | 0.82% | - |
| XYZ | 33.65 | 25.25 | 13 | - |
| YUV | 136.85 | 102.13 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 91 | 0 | 0.48 | 0.56 | 0.18 | 9.15 | 0.56 | 0.59 |
| Hex | D1 | 6D | 5B | 0 | 30 | 38 | 12 | 9 | 38 | 3B |
| Octal | 321 | 155 | 133 | 0 | 60 | 70 | 22 | 11 | 70 | 73 |
| Binary | 11010001 | 1101101 | 1011011 | 0 | 110000 | 111000 | 10010 | 1001 | 111000 | 111011 |
Color Harmonies of #D16D5B
Complementary color
Monochromatic Colors of #D16D5B
Black with #D16D5B
Text Example
Text Example
White with #D16D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D5B; }
p { color: rgb(209,109,91); }
H1.HeaderClassName
{
color: #D16D5B;
}
.AnyTagClassName
{
color: #D16D5B;
}
</style>
background-color css
<style>
a { background-color: #D16D5B; }
a { background-color: rgb(209,109,91); }
div.DivClassName
{
background-color: #D16D5B;
}
.BgClassName
{
background-color: #D16D5B;
}
</style>
border-color css
<style>
span { border-color: #D16D5B; }
span { border-color: rgb(209,109,91); }
td.TdClassName
{
border-color: #D16D5B;
}
.TagClassName
{
border-color: #D16D5B;
}
</style>