Shades of Japonica #D27151
Tints of Japonica #D27151
RGB
CMYK
RGB Variations
Color information
#D27151 (or 0xD27151) is known color: Japonica. HEX triplet: D2, 71 and 51. RGB value is (210,113,81). Sum of RGB (Red+Green+Blue) = 210+113+81=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D27151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27151 is #2D8EAE. Grayscale: #8A8A8A. Windows color (decimal): -2985647 or 5337554. OLE color: 5337554.
HSL color Cylindrical-coordinate representation of color #D27151: hue angle of 14.88º degrees, saturation: 0.59, 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 #D27151 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 81 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.18 |
| HSL | 14.88º | 0.59% | 0.57% | - |
| HSV(B) | 14.88º | 0.61% | 0.82% | - |
| XYZ | 33.97 | 26.11 | 11.03 | - |
| YUV | 138.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 81 | 0 | 0.46 | 0.61 | 0.18 | 14.88 | 0.59 | 0.57 |
| Hex | D2 | 71 | 51 | 0 | 2E | 3D | 12 | F | 3B | 39 |
| Octal | 322 | 161 | 121 | 0 | 56 | 75 | 22 | 17 | 73 | 71 |
| Binary | 11010010 | 1110001 | 1010001 | 0 | 101110 | 111101 | 10010 | 1111 | 111011 | 111001 |
Color Harmonies of #D27151
Complementary color
Monochromatic Colors of #D27151
Black with #D27151
Text Example
Text Example
White with #D27151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27151; }
p { color: rgb(210,113,81); }
H1.HeaderClassName
{
color: #D27151;
}
.AnyTagClassName
{
color: #D27151;
}
</style>
background-color css
<style>
a { background-color: #D27151; }
a { background-color: rgb(210,113,81); }
div.DivClassName
{
background-color: #D27151;
}
.BgClassName
{
background-color: #D27151;
}
</style>
border-color css
<style>
span { border-color: #D27151; }
span { border-color: rgb(210,113,81); }
td.TdClassName
{
border-color: #D27151;
}
.TagClassName
{
border-color: #D27151;
}
</style>