Shades of Froly #D07379
Tints of Froly #D07379
RGB
CMYK
RGB Variations
Color information
#D07379 (or 0xD07379) is known color: Froly. HEX triplet: D0, 73 and 79. RGB value is (208,115,121). Sum of RGB (Red+Green+Blue) = 208+115+121=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D07379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07379 is #2F8C86. Grayscale: #8F8F8F. Windows color (decimal): -3116167 or 7959504. OLE color: 7959504.
HSL color Cylindrical-coordinate representation of color #D07379: hue angle of 356.13º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07379 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 121 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.18 |
| HSL | 356.13º | 0.5% | 0.63% | - |
| HSV(B) | 356.13º | 0.45% | 0.82% | - |
| XYZ | 35.59 | 27.05 | 21.43 | - |
| YUV | 143.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 121 | 0 | 0.45 | 0.42 | 0.18 | 356.13 | 0.5 | 0.63 |
| Hex | D0 | 73 | 79 | 0 | 2D | 2A | 12 | 164 | 32 | 3F |
| Octal | 320 | 163 | 171 | 0 | 55 | 52 | 22 | 544 | 62 | 77 |
| Binary | 11010000 | 1110011 | 1111001 | 0 | 101101 | 101010 | 10010 | 101100100 | 110010 | 111111 |
Color Harmonies of #D07379
Complementary color
Monochromatic Colors of #D07379
Black with #D07379
Text Example
Text Example
White with #D07379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07379; }
p { color: rgb(208,115,121); }
H1.HeaderClassName
{
color: #D07379;
}
.AnyTagClassName
{
color: #D07379;
}
</style>
background-color css
<style>
a { background-color: #D07379; }
a { background-color: rgb(208,115,121); }
div.DivClassName
{
background-color: #D07379;
}
.BgClassName
{
background-color: #D07379;
}
</style>
border-color css
<style>
span { border-color: #D07379; }
span { border-color: rgb(208,115,121); }
td.TdClassName
{
border-color: #D07379;
}
.TagClassName
{
border-color: #D07379;
}
</style>