Shades of Trinidad #BF4D24
Tints of Trinidad #BF4D24
RGB
CMYK
RGB Variations
Color information
#BF4D24 (or 0xBF4D24) is known color: Trinidad. HEX triplet: BF, 4D and 24. RGB value is (191,77,36). Sum of RGB (Red+Green+Blue) = 191+77+36=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D24 is #40B2DB. Grayscale: #6A6A6A. Windows color (decimal): -4240092 or 2379199. OLE color: 2379199.
HSL color Cylindrical-coordinate representation of color #BF4D24: hue angle of 15.87º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF4D24 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 36 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.25 |
| HSL | 15.87º | 0.68% | 0.45% | - |
| HSV(B) | 15.87º | 0.81% | 0.75% | - |
| XYZ | 24.46 | 16.51 | 3.57 | - |
| YUV | 106.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 36 | 0 | 0.60 | 0.81 | 0.25 | 15.87 | 0.68 | 0.45 |
| Hex | BF | 4D | 24 | 0 | 3C | 51 | 19 | 10 | 44 | 2D |
| Octal | 277 | 115 | 44 | 0 | 74 | 121 | 31 | 20 | 104 | 55 |
| Binary | 10111111 | 1001101 | 100100 | 0 | 111100 | 1010001 | 11001 | 10000 | 1000100 | 101101 |
Color Harmonies of #BF4D24
Complementary color
Monochromatic Colors of #BF4D24
Black with #BF4D24
Text Example
Text Example
White with #BF4D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D24; }
p { color: rgb(191,77,36); }
H1.HeaderClassName
{
color: #BF4D24;
}
.AnyTagClassName
{
color: #BF4D24;
}
</style>
background-color css
<style>
a { background-color: #BF4D24; }
a { background-color: rgb(191,77,36); }
div.DivClassName
{
background-color: #BF4D24;
}
.BgClassName
{
background-color: #BF4D24;
}
</style>
border-color css
<style>
span { border-color: #BF4D24; }
span { border-color: rgb(191,77,36); }
td.TdClassName
{
border-color: #BF4D24;
}
.TagClassName
{
border-color: #BF4D24;
}
</style>