Shades of Froly #D6737D
Tints of Froly #D6737D
RGB
CMYK
RGB Variations
Color information
#D6737D (or 0xD6737D) is known color: Froly. HEX triplet: D6, 73 and 7D. RGB value is (214,115,125). Sum of RGB (Red+Green+Blue) = 214+115+125=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6737D is #298C82. Grayscale: #919191. Windows color (decimal): -2722947 or 8221654. OLE color: 8221654.
HSL color Cylindrical-coordinate representation of color #D6737D: hue angle of 353.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6737D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 125 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.16 |
| HSL | 353.94º | 0.55% | 0.65% | - |
| HSV(B) | 353.94º | 0.46% | 0.84% | - |
| XYZ | 37.56 | 28.04 | 22.83 | - |
| YUV | 145.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 125 | 0 | 0.46 | 0.42 | 0.16 | 353.94 | 0.55 | 0.65 |
| Hex | D6 | 73 | 7D | 0 | 2E | 2A | 10 | 162 | 37 | 41 |
| Octal | 326 | 163 | 175 | 0 | 56 | 52 | 20 | 542 | 67 | 101 |
| Binary | 11010110 | 1110011 | 1111101 | 0 | 101110 | 101010 | 10000 | 101100010 | 110111 | 1000001 |
Color Harmonies of #D6737D
Complementary color
Monochromatic Colors of #D6737D
Black with #D6737D
Text Example
Text Example
White with #D6737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6737D; }
p { color: rgb(214,115,125); }
H1.HeaderClassName
{
color: #D6737D;
}
.AnyTagClassName
{
color: #D6737D;
}
</style>
background-color css
<style>
a { background-color: #D6737D; }
a { background-color: rgb(214,115,125); }
div.DivClassName
{
background-color: #D6737D;
}
.BgClassName
{
background-color: #D6737D;
}
</style>
border-color css
<style>
span { border-color: #D6737D; }
span { border-color: rgb(214,115,125); }
td.TdClassName
{
border-color: #D6737D;
}
.TagClassName
{
border-color: #D6737D;
}
</style>