Shades of Froly #D37172
Tints of Froly #D37172
RGB
CMYK
RGB Variations
Color information
#D37172 (or 0xD37172) is known color: Froly. HEX triplet: D3, 71 and 72. RGB value is (211,113,114). Sum of RGB (Red+Green+Blue) = 211+113+114=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D37172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37172 is #2C8E8D. Grayscale: #8E8E8E. Windows color (decimal): -2920078 or 7500243. OLE color: 7500243.
HSL color Cylindrical-coordinate representation of color #D37172: hue angle of 359.39º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37172 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 114 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.17 |
| HSL | 359.39º | 0.53% | 0.64% | - |
| HSV(B) | 359.39º | 0.46% | 0.83% | - |
| XYZ | 35.81 | 26.87 | 19.22 | - |
| YUV | 142.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 114 | 0 | 0.46 | 0.46 | 0.17 | 359.39 | 0.53 | 0.64 |
| Hex | D3 | 71 | 72 | 0 | 2E | 2E | 11 | 167 | 35 | 40 |
| Octal | 323 | 161 | 162 | 0 | 56 | 56 | 21 | 547 | 65 | 100 |
| Binary | 11010011 | 1110001 | 1110010 | 0 | 101110 | 101110 | 10001 | 101100111 | 110101 | 1000000 |
Color Harmonies of #D37172
Complementary color
Monochromatic Colors of #D37172
Black with #D37172
Text Example
Text Example
White with #D37172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37172; }
p { color: rgb(211,113,114); }
H1.HeaderClassName
{
color: #D37172;
}
.AnyTagClassName
{
color: #D37172;
}
</style>
background-color css
<style>
a { background-color: #D37172; }
a { background-color: rgb(211,113,114); }
div.DivClassName
{
background-color: #D37172;
}
.BgClassName
{
background-color: #D37172;
}
</style>
border-color css
<style>
span { border-color: #D37172; }
span { border-color: rgb(211,113,114); }
td.TdClassName
{
border-color: #D37172;
}
.TagClassName
{
border-color: #D37172;
}
</style>