Shades of Japonica #D37164
Tints of Japonica #D37164
RGB
CMYK
RGB Variations
Color information
#D37164 (or 0xD37164) is known color: Japonica. HEX triplet: D3, 71 and 64. RGB value is (211,113,100). Sum of RGB (Red+Green+Blue) = 211+113+100=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D37164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37164 is #2C8E9B. Grayscale: #8C8C8C. Windows color (decimal): -2920092 or 6582739. OLE color: 6582739.
HSL color Cylindrical-coordinate representation of color #D37164: hue angle of 7.03º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D37164 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 100 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.17 |
| HSL | 7.03º | 0.56% | 0.61% | - |
| HSV(B) | 7.03º | 0.53% | 0.83% | - |
| XYZ | 35.07 | 26.58 | 15.34 | - |
| YUV | 140.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 100 | 0 | 0.46 | 0.53 | 0.17 | 7.03 | 0.56 | 0.61 |
| Hex | D3 | 71 | 64 | 0 | 2E | 35 | 11 | 7 | 38 | 3D |
| Octal | 323 | 161 | 144 | 0 | 56 | 65 | 21 | 7 | 70 | 75 |
| Binary | 11010011 | 1110001 | 1100100 | 0 | 101110 | 110101 | 10001 | 111 | 111000 | 111101 |
Color Harmonies of #D37164
Complementary color
Monochromatic Colors of #D37164
Black with #D37164
Text Example
Text Example
White with #D37164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37164; }
p { color: rgb(211,113,100); }
H1.HeaderClassName
{
color: #D37164;
}
.AnyTagClassName
{
color: #D37164;
}
</style>
background-color css
<style>
a { background-color: #D37164; }
a { background-color: rgb(211,113,100); }
div.DivClassName
{
background-color: #D37164;
}
.BgClassName
{
background-color: #D37164;
}
</style>
border-color css
<style>
span { border-color: #D37164; }
span { border-color: rgb(211,113,100); }
td.TdClassName
{
border-color: #D37164;
}
.TagClassName
{
border-color: #D37164;
}
</style>