Shades of Japonica #D37260
Tints of Japonica #D37260
RGB
CMYK
RGB Variations
Color information
#D37260 (or 0xD37260) is known color: Japonica. HEX triplet: D3, 72 and 60. RGB value is (211,114,96). Sum of RGB (Red+Green+Blue) = 211+114+96=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D37260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37260 is #2C8D9F. Grayscale: #8D8D8D. Windows color (decimal): -2919840 or 6320851. OLE color: 6320851.
HSL color Cylindrical-coordinate representation of color #D37260: hue angle of 9.39º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D37260 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 96 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.17 |
| HSL | 9.39º | 0.57% | 0.6% | - |
| HSV(B) | 9.39º | 0.55% | 0.83% | - |
| XYZ | 34.99 | 26.73 | 14.38 | - |
| YUV | 140.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 96 | 0 | 0.46 | 0.55 | 0.17 | 9.39 | 0.57 | 0.6 |
| Hex | D3 | 72 | 60 | 0 | 2E | 37 | 11 | 9 | 39 | 3C |
| Octal | 323 | 162 | 140 | 0 | 56 | 67 | 21 | 11 | 71 | 74 |
| Binary | 11010011 | 1110010 | 1100000 | 0 | 101110 | 110111 | 10001 | 1001 | 111001 | 111100 |
Color Harmonies of #D37260
Complementary color
Monochromatic Colors of #D37260
Black with #D37260
Text Example
Text Example
White with #D37260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37260; }
p { color: rgb(211,114,96); }
H1.HeaderClassName
{
color: #D37260;
}
.AnyTagClassName
{
color: #D37260;
}
</style>
background-color css
<style>
a { background-color: #D37260; }
a { background-color: rgb(211,114,96); }
div.DivClassName
{
background-color: #D37260;
}
.BgClassName
{
background-color: #D37260;
}
</style>
border-color css
<style>
span { border-color: #D37260; }
span { border-color: rgb(211,114,96); }
td.TdClassName
{
border-color: #D37260;
}
.TagClassName
{
border-color: #D37260;
}
</style>