Shades of Japonica #D27351
Tints of Japonica #D27351
RGB
CMYK
RGB Variations
Color information
#D27351 (or 0xD27351) is known color: Japonica. HEX triplet: D2, 73 and 51. RGB value is (210,115,81). Sum of RGB (Red+Green+Blue) = 210+115+81=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D27351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27351 is #2D8CAE. Grayscale: #8B8B8B. Windows color (decimal): -2985135 or 5338066. OLE color: 5338066.
HSL color Cylindrical-coordinate representation of color #D27351: hue angle of 15.81º 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 #D27351 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 81 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.18 |
| HSL | 15.81º | 0.59% | 0.57% | - |
| HSV(B) | 15.81º | 0.61% | 0.82% | - |
| XYZ | 34.19 | 26.56 | 11.11 | - |
| YUV | 139.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 81 | 0 | 0.45 | 0.61 | 0.18 | 15.81 | 0.59 | 0.57 |
| Hex | D2 | 73 | 51 | 0 | 2D | 3D | 12 | 10 | 3B | 39 |
| Octal | 322 | 163 | 121 | 0 | 55 | 75 | 22 | 20 | 73 | 71 |
| Binary | 11010010 | 1110011 | 1010001 | 0 | 101101 | 111101 | 10010 | 10000 | 111011 | 111001 |
Color Harmonies of #D27351
Complementary color
Monochromatic Colors of #D27351
Black with #D27351
Text Example
Text Example
White with #D27351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27351; }
p { color: rgb(210,115,81); }
H1.HeaderClassName
{
color: #D27351;
}
.AnyTagClassName
{
color: #D27351;
}
</style>
background-color css
<style>
a { background-color: #D27351; }
a { background-color: rgb(210,115,81); }
div.DivClassName
{
background-color: #D27351;
}
.BgClassName
{
background-color: #D27351;
}
</style>
border-color css
<style>
span { border-color: #D27351; }
span { border-color: rgb(210,115,81); }
td.TdClassName
{
border-color: #D27351;
}
.TagClassName
{
border-color: #D27351;
}
</style>