Shades of Froly #D37279
Tints of Froly #D37279
RGB
CMYK
RGB Variations
Color information
#D37279 (or 0xD37279) is known color: Froly. HEX triplet: D3, 72 and 79. RGB value is (211,114,121). Sum of RGB (Red+Green+Blue) = 211+114+121=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D37279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37279 is #2C8D86. Grayscale: #8F8F8F. Windows color (decimal): -2919815 or 7959251. OLE color: 7959251.
HSL color Cylindrical-coordinate representation of color #D37279: hue angle of 355.67º degrees, saturation: 0.52, 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 #D37279 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 121 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.17 |
| HSL | 355.67º | 0.52% | 0.64% | - |
| HSV(B) | 355.67º | 0.46% | 0.83% | - |
| XYZ | 36.33 | 27.26 | 21.44 | - |
| YUV | 143.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 121 | 0 | 0.46 | 0.43 | 0.17 | 355.67 | 0.52 | 0.64 |
| Hex | D3 | 72 | 79 | 0 | 2E | 2B | 11 | 164 | 34 | 40 |
| Octal | 323 | 162 | 171 | 0 | 56 | 53 | 21 | 544 | 64 | 100 |
| Binary | 11010011 | 1110010 | 1111001 | 0 | 101110 | 101011 | 10001 | 101100100 | 110100 | 1000000 |
Color Harmonies of #D37279
Complementary color
Monochromatic Colors of #D37279
Black with #D37279
Text Example
Text Example
White with #D37279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37279; }
p { color: rgb(211,114,121); }
H1.HeaderClassName
{
color: #D37279;
}
.AnyTagClassName
{
color: #D37279;
}
</style>
background-color css
<style>
a { background-color: #D37279; }
a { background-color: rgb(211,114,121); }
div.DivClassName
{
background-color: #D37279;
}
.BgClassName
{
background-color: #D37279;
}
</style>
border-color css
<style>
span { border-color: #D37279; }
span { border-color: rgb(211,114,121); }
td.TdClassName
{
border-color: #D37279;
}
.TagClassName
{
border-color: #D37279;
}
</style>