Shades of Froly #D37376
Tints of Froly #D37376
RGB
CMYK
RGB Variations
Color information
#D37376 (or 0xD37376) is known color: Froly. HEX triplet: D3, 73 and 76. RGB value is (211,115,118). Sum of RGB (Red+Green+Blue) = 211+115+118=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D37376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37376 is #2C8C89. Grayscale: #909090. Windows color (decimal): -2919562 or 7762899. OLE color: 7762899.
HSL color Cylindrical-coordinate representation of color #D37376: hue angle of 358.12º 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 #D37376 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 118 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.17 |
| HSL | 358.13º | 0.52% | 0.64% | - |
| HSV(B) | 358.13º | 0.45% | 0.83% | - |
| XYZ | 36.26 | 27.42 | 20.52 | - |
| YUV | 144.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 118 | 0 | 0.45 | 0.44 | 0.17 | 358.13 | 0.52 | 0.64 |
| Hex | D3 | 73 | 76 | 0 | 2D | 2C | 11 | 166 | 34 | 40 |
| Octal | 323 | 163 | 166 | 0 | 55 | 54 | 21 | 546 | 64 | 100 |
| Binary | 11010011 | 1110011 | 1110110 | 0 | 101101 | 101100 | 10001 | 101100110 | 110100 | 1000000 |
Color Harmonies of #D37376
Complementary color
Monochromatic Colors of #D37376
Black with #D37376
Text Example
Text Example
White with #D37376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37376; }
p { color: rgb(211,115,118); }
H1.HeaderClassName
{
color: #D37376;
}
.AnyTagClassName
{
color: #D37376;
}
</style>
background-color css
<style>
a { background-color: #D37376; }
a { background-color: rgb(211,115,118); }
div.DivClassName
{
background-color: #D37376;
}
.BgClassName
{
background-color: #D37376;
}
</style>
border-color css
<style>
span { border-color: #D37376; }
span { border-color: rgb(211,115,118); }
td.TdClassName
{
border-color: #D37376;
}
.TagClassName
{
border-color: #D37376;
}
</style>