Shades of Froly #D36671
Tints of Froly #D36671
RGB
CMYK
RGB Variations
Color information
#D36671 (or 0xD36671) is known color: Froly. HEX triplet: D3, 66 and 71. RGB value is (211,102,113). Sum of RGB (Red+Green+Blue) = 211+102+113=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D36671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36671 is #2C998E. Grayscale: #878787. Windows color (decimal): -2922895 or 7431891. OLE color: 7431891.
HSL color Cylindrical-coordinate representation of color #D36671: hue angle of 353.94º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36671 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 113 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.17 |
| HSL | 353.94º | 0.55% | 0.61% | - |
| HSV(B) | 353.94º | 0.52% | 0.83% | - |
| XYZ | 34.6 | 24.54 | 18.54 | - |
| YUV | 135.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 113 | 0 | 0.52 | 0.46 | 0.17 | 353.94 | 0.55 | 0.61 |
| Hex | D3 | 66 | 71 | 0 | 34 | 2E | 11 | 162 | 37 | 3D |
| Octal | 323 | 146 | 161 | 0 | 64 | 56 | 21 | 542 | 67 | 75 |
| Binary | 11010011 | 1100110 | 1110001 | 0 | 110100 | 101110 | 10001 | 101100010 | 110111 | 111101 |
Color Harmonies of #D36671
Complementary color
Monochromatic Colors of #D36671
Black with #D36671
Text Example
Text Example
White with #D36671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36671; }
p { color: rgb(211,102,113); }
H1.HeaderClassName
{
color: #D36671;
}
.AnyTagClassName
{
color: #D36671;
}
</style>
background-color css
<style>
a { background-color: #D36671; }
a { background-color: rgb(211,102,113); }
div.DivClassName
{
background-color: #D36671;
}
.BgClassName
{
background-color: #D36671;
}
</style>
border-color css
<style>
span { border-color: #D36671; }
span { border-color: rgb(211,102,113); }
td.TdClassName
{
border-color: #D36671;
}
.TagClassName
{
border-color: #D36671;
}
</style>