Shades of Japonica #D27261
Tints of Japonica #D27261
RGB
CMYK
RGB Variations
Color information
#D27261 (or 0xD27261) is known color: Japonica. HEX triplet: D2, 72 and 61. RGB value is (210,114,97). Sum of RGB (Red+Green+Blue) = 210+114+97=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D27261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27261 is #2D8D9E. Grayscale: #8C8C8C. Windows color (decimal): -2985375 or 6386386. OLE color: 6386386.
HSL color Cylindrical-coordinate representation of color #D27261: hue angle of 9.03º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D27261 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 97 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.18 |
| HSL | 9.03º | 0.56% | 0.6% | - |
| HSV(B) | 9.03º | 0.54% | 0.82% | - |
| XYZ | 34.75 | 26.6 | 14.61 | - |
| YUV | 140.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 97 | 0 | 0.46 | 0.54 | 0.18 | 9.03 | 0.56 | 0.6 |
| Hex | D2 | 72 | 61 | 0 | 2E | 36 | 12 | 9 | 38 | 3C |
| Octal | 322 | 162 | 141 | 0 | 56 | 66 | 22 | 11 | 70 | 74 |
| Binary | 11010010 | 1110010 | 1100001 | 0 | 101110 | 110110 | 10010 | 1001 | 111000 | 111100 |
Color Harmonies of #D27261
Complementary color
Monochromatic Colors of #D27261
Black with #D27261
Text Example
Text Example
White with #D27261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27261; }
p { color: rgb(210,114,97); }
H1.HeaderClassName
{
color: #D27261;
}
.AnyTagClassName
{
color: #D27261;
}
</style>
background-color css
<style>
a { background-color: #D27261; }
a { background-color: rgb(210,114,97); }
div.DivClassName
{
background-color: #D27261;
}
.BgClassName
{
background-color: #D27261;
}
</style>
border-color css
<style>
span { border-color: #D27261; }
span { border-color: rgb(210,114,97); }
td.TdClassName
{
border-color: #D27261;
}
.TagClassName
{
border-color: #D27261;
}
</style>