Shades of Froly #D07275
Tints of Froly #D07275
RGB
CMYK
RGB Variations
Color information
#D07275 (or 0xD07275) is known color: Froly. HEX triplet: D0, 72 and 75. RGB value is (208,114,117). Sum of RGB (Red+Green+Blue) = 208+114+117=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D07275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07275 is #2F8D8A. Grayscale: #8E8E8E. Windows color (decimal): -3116427 or 7697104. OLE color: 7697104.
HSL color Cylindrical-coordinate representation of color #D07275: hue angle of 358.09º 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 #D07275 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 117 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.18 |
| HSL | 358.09º | 0.5% | 0.63% | - |
| HSV(B) | 358.09º | 0.45% | 0.82% | - |
| XYZ | 35.24 | 26.73 | 20.13 | - |
| YUV | 142.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 117 | 0 | 0.45 | 0.44 | 0.18 | 358.09 | 0.5 | 0.63 |
| Hex | D0 | 72 | 75 | 0 | 2D | 2C | 12 | 166 | 32 | 3F |
| Octal | 320 | 162 | 165 | 0 | 55 | 54 | 22 | 546 | 62 | 77 |
| Binary | 11010000 | 1110010 | 1110101 | 0 | 101101 | 101100 | 10010 | 101100110 | 110010 | 111111 |
Color Harmonies of #D07275
Complementary color
Monochromatic Colors of #D07275
Black with #D07275
Text Example
Text Example
White with #D07275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07275; }
p { color: rgb(208,114,117); }
H1.HeaderClassName
{
color: #D07275;
}
.AnyTagClassName
{
color: #D07275;
}
</style>
background-color css
<style>
a { background-color: #D07275; }
a { background-color: rgb(208,114,117); }
div.DivClassName
{
background-color: #D07275;
}
.BgClassName
{
background-color: #D07275;
}
</style>
border-color css
<style>
span { border-color: #D07275; }
span { border-color: rgb(208,114,117); }
td.TdClassName
{
border-color: #D07275;
}
.TagClassName
{
border-color: #D07275;
}
</style>