Shades of Trinidad #BF4F31
Tints of Trinidad #BF4F31
RGB
CMYK
RGB Variations
Color information
#BF4F31 (or 0xBF4F31) is known color: Trinidad. HEX triplet: BF, 4F and 31. RGB value is (191,79,49). Sum of RGB (Red+Green+Blue) = 191+79+49=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4F31 is #40B0CE. Grayscale: #6D6D6D. Windows color (decimal): -4239567 or 3231679. OLE color: 3231679.
HSL color Cylindrical-coordinate representation of color #BF4F31: hue angle of 12.68º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF4F31 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 49 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.25 |
| HSL | 12.68º | 0.59% | 0.47% | - |
| HSV(B) | 12.68º | 0.74% | 0.75% | - |
| XYZ | 24.84 | 16.89 | 4.86 | - |
| YUV | 109.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 49 | 0 | 0.59 | 0.74 | 0.25 | 12.68 | 0.59 | 0.47 |
| Hex | BF | 4F | 31 | 0 | 3B | 4A | 19 | D | 3B | 2F |
| Octal | 277 | 117 | 61 | 0 | 73 | 112 | 31 | 15 | 73 | 57 |
| Binary | 10111111 | 1001111 | 110001 | 0 | 111011 | 1001010 | 11001 | 1101 | 111011 | 101111 |
Color Harmonies of #BF4F31
Complementary color
Monochromatic Colors of #BF4F31
Black with #BF4F31
Text Example
Text Example
White with #BF4F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4F31; }
p { color: rgb(191,79,49); }
H1.HeaderClassName
{
color: #BF4F31;
}
.AnyTagClassName
{
color: #BF4F31;
}
</style>
background-color css
<style>
a { background-color: #BF4F31; }
a { background-color: rgb(191,79,49); }
div.DivClassName
{
background-color: #BF4F31;
}
.BgClassName
{
background-color: #BF4F31;
}
</style>
border-color css
<style>
span { border-color: #BF4F31; }
span { border-color: rgb(191,79,49); }
td.TdClassName
{
border-color: #BF4F31;
}
.TagClassName
{
border-color: #BF4F31;
}
</style>