Shades of Japonica #D27360
Tints of Japonica #D27360
RGB
CMYK
RGB Variations
Color information
#D27360 (or 0xD27360) is known color: Japonica. HEX triplet: D2, 73 and 60. RGB value is (210,115,96). Sum of RGB (Red+Green+Blue) = 210+115+96=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D27360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27360 is #2D8C9F. Grayscale: #8D8D8D. Windows color (decimal): -2985120 or 6321106. OLE color: 6321106.
HSL color Cylindrical-coordinate representation of color #D27360: hue angle of 10º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D27360 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 96 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.18 |
| HSL | 10º | 0.56% | 0.6% | - |
| HSV(B) | 10º | 0.54% | 0.82% | - |
| XYZ | 34.82 | 26.81 | 14.41 | - |
| YUV | 141.24 | 102.47 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 96 | 0 | 0.45 | 0.54 | 0.18 | 10 | 0.56 | 0.6 |
| Hex | D2 | 73 | 60 | 0 | 2D | 36 | 12 | A | 38 | 3C |
| Octal | 322 | 163 | 140 | 0 | 55 | 66 | 22 | 12 | 70 | 74 |
| Binary | 11010010 | 1110011 | 1100000 | 0 | 101101 | 110110 | 10010 | 1010 | 111000 | 111100 |
Color Harmonies of #D27360
Complementary color
Monochromatic Colors of #D27360
Black with #D27360
Text Example
Text Example
White with #D27360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27360; }
p { color: rgb(210,115,96); }
H1.HeaderClassName
{
color: #D27360;
}
.AnyTagClassName
{
color: #D27360;
}
</style>
background-color css
<style>
a { background-color: #D27360; }
a { background-color: rgb(210,115,96); }
div.DivClassName
{
background-color: #D27360;
}
.BgClassName
{
background-color: #D27360;
}
</style>
border-color css
<style>
span { border-color: #D27360; }
span { border-color: rgb(210,115,96); }
td.TdClassName
{
border-color: #D27360;
}
.TagClassName
{
border-color: #D27360;
}
</style>