Shades of Japonica #D17151
Tints of Japonica #D17151
RGB
CMYK
RGB Variations
Color information
#D17151 (or 0xD17151) is known color: Japonica. HEX triplet: D1, 71 and 51. RGB value is (209,113,81). Sum of RGB (Red+Green+Blue) = 209+113+81=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D17151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17151 is #2E8EAE. Grayscale: #8A8A8A. Windows color (decimal): -3051183 or 5337553. OLE color: 5337553.
HSL color Cylindrical-coordinate representation of color #D17151: hue angle of 15º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D17151 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 81 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.18 |
| HSL | 15º | 0.58% | 0.57% | - |
| HSV(B) | 15º | 0.61% | 0.82% | - |
| XYZ | 33.68 | 25.96 | 11.02 | - |
| YUV | 138.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 81 | 0 | 0.46 | 0.61 | 0.18 | 15 | 0.58 | 0.57 |
| Hex | D1 | 71 | 51 | 0 | 2E | 3D | 12 | F | 3A | 39 |
| Octal | 321 | 161 | 121 | 0 | 56 | 75 | 22 | 17 | 72 | 71 |
| Binary | 11010001 | 1110001 | 1010001 | 0 | 101110 | 111101 | 10010 | 1111 | 111010 | 111001 |
Color Harmonies of #D17151
Complementary color
Monochromatic Colors of #D17151
Black with #D17151
Text Example
Text Example
White with #D17151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17151; }
p { color: rgb(209,113,81); }
H1.HeaderClassName
{
color: #D17151;
}
.AnyTagClassName
{
color: #D17151;
}
</style>
background-color css
<style>
a { background-color: #D17151; }
a { background-color: rgb(209,113,81); }
div.DivClassName
{
background-color: #D17151;
}
.BgClassName
{
background-color: #D17151;
}
</style>
border-color css
<style>
span { border-color: #D17151; }
span { border-color: rgb(209,113,81); }
td.TdClassName
{
border-color: #D17151;
}
.TagClassName
{
border-color: #D17151;
}
</style>