Shades of Red Damask #BF7551
Tints of Red Damask #BF7551
RGB
CMYK
RGB Variations
Color information
#BF7551 (or 0xBF7551) is known color: Red Damask. HEX triplet: BF, 75 and 51. RGB value is (191,117,81). Sum of RGB (Red+Green+Blue) = 191+117+81=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7551 is #408AAE. Grayscale: #878787. Windows color (decimal): -4229807 or 5338559. OLE color: 5338559.
HSL color Cylindrical-coordinate representation of color #BF7551: hue angle of 19.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF7551 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 81 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.25 |
| HSL | 19.64º | 0.46% | 0.53% | - |
| HSV(B) | 19.64º | 0.58% | 0.75% | - |
| XYZ | 29.33 | 24.39 | 10.95 | - |
| YUV | 135.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 81 | 0 | 0.39 | 0.58 | 0.25 | 19.64 | 0.46 | 0.53 |
| Hex | BF | 75 | 51 | 0 | 27 | 3A | 19 | 14 | 2E | 35 |
| Octal | 277 | 165 | 121 | 0 | 47 | 72 | 31 | 24 | 56 | 65 |
| Binary | 10111111 | 1110101 | 1010001 | 0 | 100111 | 111010 | 11001 | 10100 | 101110 | 110101 |
Color Harmonies of #BF7551
Complementary color
Monochromatic Colors of #BF7551
Black with #BF7551
Text Example
Text Example
White with #BF7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7551; }
p { color: rgb(191,117,81); }
H1.HeaderClassName
{
color: #BF7551;
}
.AnyTagClassName
{
color: #BF7551;
}
</style>
background-color css
<style>
a { background-color: #BF7551; }
a { background-color: rgb(191,117,81); }
div.DivClassName
{
background-color: #BF7551;
}
.BgClassName
{
background-color: #BF7551;
}
</style>
border-color css
<style>
span { border-color: #BF7551; }
span { border-color: rgb(191,117,81); }
td.TdClassName
{
border-color: #BF7551;
}
.TagClassName
{
border-color: #BF7551;
}
</style>