Shades of Japonica #D27051
Tints of Japonica #D27051
RGB
CMYK
RGB Variations
Color information
#D27051 (or 0xD27051) is known color: Japonica. HEX triplet: D2, 70 and 51. RGB value is (210,112,81). Sum of RGB (Red+Green+Blue) = 210+112+81=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D27051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27051 is #2D8FAE. Grayscale: #898989. Windows color (decimal): -2985903 or 5337298. OLE color: 5337298.
HSL color Cylindrical-coordinate representation of color #D27051: hue angle of 14.42º 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 #D27051 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 81 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.18 |
| HSL | 14.42º | 0.59% | 0.57% | - |
| HSV(B) | 14.42º | 0.61% | 0.82% | - |
| XYZ | 33.86 | 25.88 | 11 | - |
| YUV | 137.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 81 | 0 | 0.47 | 0.61 | 0.18 | 14.42 | 0.59 | 0.57 |
| Hex | D2 | 70 | 51 | 0 | 2F | 3D | 12 | E | 3B | 39 |
| Octal | 322 | 160 | 121 | 0 | 57 | 75 | 22 | 16 | 73 | 71 |
| Binary | 11010010 | 1110000 | 1010001 | 0 | 101111 | 111101 | 10010 | 1110 | 111011 | 111001 |
Color Harmonies of #D27051
Complementary color
Monochromatic Colors of #D27051
Black with #D27051
Text Example
Text Example
White with #D27051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27051; }
p { color: rgb(210,112,81); }
H1.HeaderClassName
{
color: #D27051;
}
.AnyTagClassName
{
color: #D27051;
}
</style>
background-color css
<style>
a { background-color: #D27051; }
a { background-color: rgb(210,112,81); }
div.DivClassName
{
background-color: #D27051;
}
.BgClassName
{
background-color: #D27051;
}
</style>
border-color css
<style>
span { border-color: #D27051; }
span { border-color: rgb(210,112,81); }
td.TdClassName
{
border-color: #D27051;
}
.TagClassName
{
border-color: #D27051;
}
</style>