Shades of Froly #D0737A
Tints of Froly #D0737A
RGB
CMYK
RGB Variations
Color information
#D0737A (or 0xD0737A) is known color: Froly. HEX triplet: D0, 73 and 7A. RGB value is (208,115,122). Sum of RGB (Red+Green+Blue) = 208+115+122=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0737A is #2F8C85. Grayscale: #8F8F8F. Windows color (decimal): -3116166 or 8025040. OLE color: 8025040.
HSL color Cylindrical-coordinate representation of color #D0737A: hue angle of 355.48º 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 #D0737A is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 122 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.18 |
| HSL | 355.48º | 0.5% | 0.63% | - |
| HSV(B) | 355.48º | 0.45% | 0.82% | - |
| XYZ | 35.66 | 27.08 | 21.76 | - |
| YUV | 143.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 122 | 0 | 0.45 | 0.41 | 0.18 | 355.48 | 0.5 | 0.63 |
| Hex | D0 | 73 | 7A | 0 | 2D | 29 | 12 | 163 | 32 | 3F |
| Octal | 320 | 163 | 172 | 0 | 55 | 51 | 22 | 543 | 62 | 77 |
| Binary | 11010000 | 1110011 | 1111010 | 0 | 101101 | 101001 | 10010 | 101100011 | 110010 | 111111 |
Color Harmonies of #D0737A
Complementary color
Monochromatic Colors of #D0737A
Black with #D0737A
Text Example
Text Example
White with #D0737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0737A; }
p { color: rgb(208,115,122); }
H1.HeaderClassName
{
color: #D0737A;
}
.AnyTagClassName
{
color: #D0737A;
}
</style>
background-color css
<style>
a { background-color: #D0737A; }
a { background-color: rgb(208,115,122); }
div.DivClassName
{
background-color: #D0737A;
}
.BgClassName
{
background-color: #D0737A;
}
</style>
border-color css
<style>
span { border-color: #D0737A; }
span { border-color: rgb(208,115,122); }
td.TdClassName
{
border-color: #D0737A;
}
.TagClassName
{
border-color: #D0737A;
}
</style>