Shades of Japonica #D5735D
Tints of Japonica #D5735D
RGB
CMYK
RGB Variations
Color information
#D5735D (or 0xD5735D) is known color: Japonica. HEX triplet: D5, 73 and 5D. RGB value is (213,115,93). Sum of RGB (Red+Green+Blue) = 213+115+93=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5735D is #2A8CA2. Grayscale: #8D8D8D. Windows color (decimal): -2788515 or 6124501. OLE color: 6124501.
HSL color Cylindrical-coordinate representation of color #D5735D: hue angle of 11º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5735D is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 93 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.16 |
| HSL | 11º | 0.59% | 0.6% | - |
| HSV(B) | 11º | 0.56% | 0.84% | - |
| XYZ | 35.55 | 27.2 | 13.73 | - |
| YUV | 141.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 93 | 0 | 0.46 | 0.56 | 0.16 | 11 | 0.59 | 0.6 |
| Hex | D5 | 73 | 5D | 0 | 2E | 38 | 10 | B | 3B | 3C |
| Octal | 325 | 163 | 135 | 0 | 56 | 70 | 20 | 13 | 73 | 74 |
| Binary | 11010101 | 1110011 | 1011101 | 0 | 101110 | 111000 | 10000 | 1011 | 111011 | 111100 |
Color Harmonies of #D5735D
Complementary color
Monochromatic Colors of #D5735D
Black with #D5735D
Text Example
Text Example
White with #D5735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5735D; }
p { color: rgb(213,115,93); }
H1.HeaderClassName
{
color: #D5735D;
}
.AnyTagClassName
{
color: #D5735D;
}
</style>
background-color css
<style>
a { background-color: #D5735D; }
a { background-color: rgb(213,115,93); }
div.DivClassName
{
background-color: #D5735D;
}
.BgClassName
{
background-color: #D5735D;
}
</style>
border-color css
<style>
span { border-color: #D5735D; }
span { border-color: rgb(213,115,93); }
td.TdClassName
{
border-color: #D5735D;
}
.TagClassName
{
border-color: #D5735D;
}
</style>