Shades of Red Damask #BF7353
Tints of Red Damask #BF7353
RGB
CMYK
RGB Variations
Color information
#BF7353 (or 0xBF7353) is known color: Red Damask. HEX triplet: BF, 73 and 53. RGB value is (191,115,83). Sum of RGB (Red+Green+Blue) = 191+115+83=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7353 is #408CAC. Grayscale: #868686. Windows color (decimal): -4230317 or 5469119. OLE color: 5469119.
HSL color Cylindrical-coordinate representation of color #BF7353: hue angle of 17.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF7353 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 83 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.25 |
| HSL | 17.78º | 0.46% | 0.54% | - |
| HSV(B) | 17.78º | 0.57% | 0.75% | - |
| XYZ | 29.18 | 23.96 | 11.27 | - |
| YUV | 134.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 83 | 0 | 0.40 | 0.57 | 0.25 | 17.78 | 0.46 | 0.54 |
| Hex | BF | 73 | 53 | 0 | 28 | 39 | 19 | 12 | 2E | 36 |
| Octal | 277 | 163 | 123 | 0 | 50 | 71 | 31 | 22 | 56 | 66 |
| Binary | 10111111 | 1110011 | 1010011 | 0 | 101000 | 111001 | 11001 | 10010 | 101110 | 110110 |
Color Harmonies of #BF7353
Complementary color
Monochromatic Colors of #BF7353
Black with #BF7353
Text Example
Text Example
White with #BF7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7353; }
p { color: rgb(191,115,83); }
H1.HeaderClassName
{
color: #BF7353;
}
.AnyTagClassName
{
color: #BF7353;
}
</style>
background-color css
<style>
a { background-color: #BF7353; }
a { background-color: rgb(191,115,83); }
div.DivClassName
{
background-color: #BF7353;
}
.BgClassName
{
background-color: #BF7353;
}
</style>
border-color css
<style>
span { border-color: #BF7353; }
span { border-color: rgb(191,115,83); }
td.TdClassName
{
border-color: #BF7353;
}
.TagClassName
{
border-color: #BF7353;
}
</style>