Shades of Sunglo #BF5D53
Tints of Sunglo #BF5D53
RGB
CMYK
RGB Variations
Color information
#BF5D53 (or 0xBF5D53) is known color: Sunglo. HEX triplet: BF, 5D and 53. RGB value is (191,93,83). Sum of RGB (Red+Green+Blue) = 191+93+83=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D53 is #40A2AC. Grayscale: #797979. Windows color (decimal): -4235949 or 5463487. OLE color: 5463487.
HSL color Cylindrical-coordinate representation of color #BF5D53: hue angle of 5.56º 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 #BF5D53 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 83 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.25 |
| HSL | 5.56º | 0.46% | 0.54% | - |
| HSV(B) | 5.56º | 0.57% | 0.75% | - |
| XYZ | 26.96 | 19.53 | 10.53 | - |
| YUV | 121.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 83 | 0 | 0.51 | 0.57 | 0.25 | 5.56 | 0.46 | 0.54 |
| Hex | BF | 5D | 53 | 0 | 33 | 39 | 19 | 6 | 2E | 36 |
| Octal | 277 | 135 | 123 | 0 | 63 | 71 | 31 | 6 | 56 | 66 |
| Binary | 10111111 | 1011101 | 1010011 | 0 | 110011 | 111001 | 11001 | 110 | 101110 | 110110 |
Color Harmonies of #BF5D53
Complementary color
Monochromatic Colors of #BF5D53
Black with #BF5D53
Text Example
Text Example
White with #BF5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D53; }
p { color: rgb(191,93,83); }
H1.HeaderClassName
{
color: #BF5D53;
}
.AnyTagClassName
{
color: #BF5D53;
}
</style>
background-color css
<style>
a { background-color: #BF5D53; }
a { background-color: rgb(191,93,83); }
div.DivClassName
{
background-color: #BF5D53;
}
.BgClassName
{
background-color: #BF5D53;
}
</style>
border-color css
<style>
span { border-color: #BF5D53; }
span { border-color: rgb(191,93,83); }
td.TdClassName
{
border-color: #BF5D53;
}
.TagClassName
{
border-color: #BF5D53;
}
</style>