Shades of Froly #D37479
Tints of Froly #D37479
RGB
CMYK
RGB Variations
Color information
#D37479 (or 0xD37479) is known color: Froly. HEX triplet: D3, 74 and 79. RGB value is (211,116,121). Sum of RGB (Red+Green+Blue) = 211+116+121=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D37479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37479 is #2C8B86. Grayscale: #919191. Windows color (decimal): -2919303 or 7959763. OLE color: 7959763.
HSL color Cylindrical-coordinate representation of color #D37479: hue angle of 356.84º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37479 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 116 | 121 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.17 |
| HSL | 356.84º | 0.52% | 0.64% | - |
| HSV(B) | 356.84º | 0.45% | 0.83% | - |
| XYZ | 36.56 | 27.72 | 21.51 | - |
| YUV | 144.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 116 | 121 | 0 | 0.45 | 0.43 | 0.17 | 356.84 | 0.52 | 0.64 |
| Hex | D3 | 74 | 79 | 0 | 2D | 2B | 11 | 165 | 34 | 40 |
| Octal | 323 | 164 | 171 | 0 | 55 | 53 | 21 | 545 | 64 | 100 |
| Binary | 11010011 | 1110100 | 1111001 | 0 | 101101 | 101011 | 10001 | 101100101 | 110100 | 1000000 |
Color Harmonies of #D37479
Complementary color
Monochromatic Colors of #D37479
Black with #D37479
Text Example
Text Example
White with #D37479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37479; }
p { color: rgb(211,116,121); }
H1.HeaderClassName
{
color: #D37479;
}
.AnyTagClassName
{
color: #D37479;
}
</style>
background-color css
<style>
a { background-color: #D37479; }
a { background-color: rgb(211,116,121); }
div.DivClassName
{
background-color: #D37479;
}
.BgClassName
{
background-color: #D37479;
}
</style>
border-color css
<style>
span { border-color: #D37479; }
span { border-color: rgb(211,116,121); }
td.TdClassName
{
border-color: #D37479;
}
.TagClassName
{
border-color: #D37479;
}
</style>