Shades of Froly #D27173
Tints of Froly #D27173
RGB
CMYK
RGB Variations
Color information
#D27173 (or 0xD27173) is known color: Froly. HEX triplet: D2, 71 and 73. RGB value is (210,113,115). Sum of RGB (Red+Green+Blue) = 210+113+115=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D27173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27173 is #2D8E8C. Grayscale: #8E8E8E. Windows color (decimal): -2985613 or 7565778. OLE color: 7565778.
HSL color Cylindrical-coordinate representation of color #D27173: hue angle of 358.76º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27173 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 115 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.18 |
| HSL | 358.76º | 0.52% | 0.63% | - |
| HSV(B) | 358.76º | 0.46% | 0.82% | - |
| XYZ | 35.58 | 26.75 | 19.51 | - |
| YUV | 142.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 115 | 0 | 0.46 | 0.45 | 0.18 | 358.76 | 0.52 | 0.63 |
| Hex | D2 | 71 | 73 | 0 | 2E | 2D | 12 | 167 | 34 | 3F |
| Octal | 322 | 161 | 163 | 0 | 56 | 55 | 22 | 547 | 64 | 77 |
| Binary | 11010010 | 1110001 | 1110011 | 0 | 101110 | 101101 | 10010 | 101100111 | 110100 | 111111 |
Color Harmonies of #D27173
Complementary color
Monochromatic Colors of #D27173
Black with #D27173
Text Example
Text Example
White with #D27173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27173; }
p { color: rgb(210,113,115); }
H1.HeaderClassName
{
color: #D27173;
}
.AnyTagClassName
{
color: #D27173;
}
</style>
background-color css
<style>
a { background-color: #D27173; }
a { background-color: rgb(210,113,115); }
div.DivClassName
{
background-color: #D27173;
}
.BgClassName
{
background-color: #D27173;
}
</style>
border-color css
<style>
span { border-color: #D27173; }
span { border-color: rgb(210,113,115); }
td.TdClassName
{
border-color: #D27173;
}
.TagClassName
{
border-color: #D27173;
}
</style>