Shades of Japonica #D37153
Tints of Japonica #D37153
RGB
CMYK
RGB Variations
Color information
#D37153 (or 0xD37153) is known color: Japonica. HEX triplet: D3, 71 and 53. RGB value is (211,113,83). Sum of RGB (Red+Green+Blue) = 211+113+83=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D37153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37153 is #2C8EAC. Grayscale: #8B8B8B. Windows color (decimal): -2920109 or 5468627. OLE color: 5468627.
HSL color Cylindrical-coordinate representation of color #D37153: hue angle of 14.06º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D37153 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 83 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.17 |
| HSL | 14.06º | 0.59% | 0.58% | - |
| HSV(B) | 14.06º | 0.61% | 0.83% | - |
| XYZ | 34.33 | 26.28 | 11.45 | - |
| YUV | 138.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 83 | 0 | 0.46 | 0.61 | 0.17 | 14.06 | 0.59 | 0.58 |
| Hex | D3 | 71 | 53 | 0 | 2E | 3D | 11 | E | 3B | 3A |
| Octal | 323 | 161 | 123 | 0 | 56 | 75 | 21 | 16 | 73 | 72 |
| Binary | 11010011 | 1110001 | 1010011 | 0 | 101110 | 111101 | 10001 | 1110 | 111011 | 111010 |
Color Harmonies of #D37153
Complementary color
Monochromatic Colors of #D37153
Black with #D37153
Text Example
Text Example
White with #D37153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37153; }
p { color: rgb(211,113,83); }
H1.HeaderClassName
{
color: #D37153;
}
.AnyTagClassName
{
color: #D37153;
}
</style>
background-color css
<style>
a { background-color: #D37153; }
a { background-color: rgb(211,113,83); }
div.DivClassName
{
background-color: #D37153;
}
.BgClassName
{
background-color: #D37153;
}
</style>
border-color css
<style>
span { border-color: #D37153; }
span { border-color: rgb(211,113,83); }
td.TdClassName
{
border-color: #D37153;
}
.TagClassName
{
border-color: #D37153;
}
</style>