Shades of Japonica #D77251
Tints of Japonica #D77251
RGB
CMYK
RGB Variations
Color information
#D77251 (or 0xD77251) is known color: Japonica. HEX triplet: D7, 72 and 51. RGB value is (215,114,81). Sum of RGB (Red+Green+Blue) = 215+114+81=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D77251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77251 is #288DAE. Grayscale: #8C8C8C. Windows color (decimal): -2657711 or 5337815. OLE color: 5337815.
HSL color Cylindrical-coordinate representation of color #D77251: hue angle of 14.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D77251 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 81 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.16 |
| HSL | 14.78º | 0.63% | 0.58% | - |
| HSV(B) | 14.78º | 0.62% | 0.84% | - |
| XYZ | 35.53 | 27.08 | 11.14 | - |
| YUV | 140.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 81 | 0 | 0.47 | 0.62 | 0.16 | 14.78 | 0.63 | 0.58 |
| Hex | D7 | 72 | 51 | 0 | 2F | 3E | 10 | F | 3F | 3A |
| Octal | 327 | 162 | 121 | 0 | 57 | 76 | 20 | 17 | 77 | 72 |
| Binary | 11010111 | 1110010 | 1010001 | 0 | 101111 | 111110 | 10000 | 1111 | 111111 | 111010 |
Color Harmonies of #D77251
Complementary color
Monochromatic Colors of #D77251
Black with #D77251
Text Example
Text Example
White with #D77251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77251; }
p { color: rgb(215,114,81); }
H1.HeaderClassName
{
color: #D77251;
}
.AnyTagClassName
{
color: #D77251;
}
</style>
background-color css
<style>
a { background-color: #D77251; }
a { background-color: rgb(215,114,81); }
div.DivClassName
{
background-color: #D77251;
}
.BgClassName
{
background-color: #D77251;
}
</style>
border-color css
<style>
span { border-color: #D77251; }
span { border-color: rgb(215,114,81); }
td.TdClassName
{
border-color: #D77251;
}
.TagClassName
{
border-color: #D77251;
}
</style>