Shades of Froly #D36872
Tints of Froly #D36872
RGB
CMYK
RGB Variations
Color information
#D36872 (or 0xD36872) is known color: Froly. HEX triplet: D3, 68 and 72. RGB value is (211,104,114). Sum of RGB (Red+Green+Blue) = 211+104+114=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D36872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36872 is #2C978D. Grayscale: #898989. Windows color (decimal): -2922382 or 7497939. OLE color: 7497939.
HSL color Cylindrical-coordinate representation of color #D36872: hue angle of 354.39º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36872 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 114 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.17 |
| HSL | 354.39º | 0.55% | 0.62% | - |
| HSV(B) | 354.39º | 0.51% | 0.83% | - |
| XYZ | 34.85 | 24.96 | 18.9 | - |
| YUV | 137.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 114 | 0 | 0.51 | 0.46 | 0.17 | 354.39 | 0.55 | 0.62 |
| Hex | D3 | 68 | 72 | 0 | 33 | 2E | 11 | 162 | 37 | 3E |
| Octal | 323 | 150 | 162 | 0 | 63 | 56 | 21 | 542 | 67 | 76 |
| Binary | 11010011 | 1101000 | 1110010 | 0 | 110011 | 101110 | 10001 | 101100010 | 110111 | 111110 |
Color Harmonies of #D36872
Complementary color
Monochromatic Colors of #D36872
Black with #D36872
Text Example
Text Example
White with #D36872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36872; }
p { color: rgb(211,104,114); }
H1.HeaderClassName
{
color: #D36872;
}
.AnyTagClassName
{
color: #D36872;
}
</style>
background-color css
<style>
a { background-color: #D36872; }
a { background-color: rgb(211,104,114); }
div.DivClassName
{
background-color: #D36872;
}
.BgClassName
{
background-color: #D36872;
}
</style>
border-color css
<style>
span { border-color: #D36872; }
span { border-color: rgb(211,104,114); }
td.TdClassName
{
border-color: #D36872;
}
.TagClassName
{
border-color: #D36872;
}
</style>