Shades of Bittersweet #FF715D
Tints of Bittersweet #FF715D
RGB
CMYK
RGB Variations
Color information
#FF715D (or 0xFF715D) is known color: Bittersweet. HEX triplet: FF, 71 and 5D. RGB value is (255,113,93). Sum of RGB (Red+Green+Blue) = 255+113+93=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF715D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF715D is #008EA2. Grayscale: #999999. Windows color (decimal): -36515 or 6124031. OLE color: 6124031.
HSL color Cylindrical-coordinate representation of color #FF715D: hue angle of 7.41º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF715D is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 93 | - |
| CMYK | 0 | 0.56 | 0.64 | 0 |
| HSL | 7.41º | 1% | 0.68% | - |
| HSV(B) | 7.41º | 0.64% | 1% | - |
| XYZ | 49.12 | 33.86 | 14.3 | - |
| YUV | 153.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 93 | 0 | 0.56 | 0.64 | 0 | 7.41 | 1 | 0.68 |
| Hex | FF | 71 | 5D | 0 | 38 | 40 | 0 | 7 | 64 | 44 |
| Octal | 377 | 161 | 135 | 0 | 70 | 100 | 0 | 7 | 144 | 104 |
| Binary | 11111111 | 1110001 | 1011101 | 0 | 111000 | 1000000 | 0 | 111 | 1100100 | 1000100 |
Color Harmonies of #FF715D
Complementary color
Monochromatic Colors of #FF715D
Black with #FF715D
Text Example
Text Example
White with #FF715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF715D; }
p { color: rgb(255,113,93); }
H1.HeaderClassName
{
color: #FF715D;
}
.AnyTagClassName
{
color: #FF715D;
}
</style>
background-color css
<style>
a { background-color: #FF715D; }
a { background-color: rgb(255,113,93); }
div.DivClassName
{
background-color: #FF715D;
}
.BgClassName
{
background-color: #FF715D;
}
</style>
border-color css
<style>
span { border-color: #FF715D; }
span { border-color: rgb(255,113,93); }
td.TdClassName
{
border-color: #FF715D;
}
.TagClassName
{
border-color: #FF715D;
}
</style>