Shades of Japonica #D57367
Tints of Japonica #D57367
RGB
CMYK
RGB Variations
Color information
#D57367 (or 0xD57367) is known color: Japonica. HEX triplet: D5, 73 and 67. RGB value is (213,115,103). Sum of RGB (Red+Green+Blue) = 213+115+103=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D57367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57367 is #2A8C98. Grayscale: #8F8F8F. Windows color (decimal): -2788505 or 6779861. OLE color: 6779861.
HSL color Cylindrical-coordinate representation of color #D57367: hue angle of 6.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D57367 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 103 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.16 |
| HSL | 6.55º | 0.57% | 0.62% | - |
| HSV(B) | 6.55º | 0.52% | 0.84% | - |
| XYZ | 36.02 | 27.39 | 16.22 | - |
| YUV | 142.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 103 | 0 | 0.46 | 0.52 | 0.16 | 6.55 | 0.57 | 0.62 |
| Hex | D5 | 73 | 67 | 0 | 2E | 34 | 10 | 7 | 39 | 3E |
| Octal | 325 | 163 | 147 | 0 | 56 | 64 | 20 | 7 | 71 | 76 |
| Binary | 11010101 | 1110011 | 1100111 | 0 | 101110 | 110100 | 10000 | 111 | 111001 | 111110 |
Color Harmonies of #D57367
Complementary color
Monochromatic Colors of #D57367
Black with #D57367
Text Example
Text Example
White with #D57367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57367; }
p { color: rgb(213,115,103); }
H1.HeaderClassName
{
color: #D57367;
}
.AnyTagClassName
{
color: #D57367;
}
</style>
background-color css
<style>
a { background-color: #D57367; }
a { background-color: rgb(213,115,103); }
div.DivClassName
{
background-color: #D57367;
}
.BgClassName
{
background-color: #D57367;
}
</style>
border-color css
<style>
span { border-color: #D57367; }
span { border-color: rgb(213,115,103); }
td.TdClassName
{
border-color: #D57367;
}
.TagClassName
{
border-color: #D57367;
}
</style>