Shades of Trinidad #BF4621
Tints of Trinidad #BF4621
RGB
CMYK
RGB Variations
Color information
#BF4621 (or 0xBF4621) is known color: Trinidad. HEX triplet: BF, 46 and 21. RGB value is (191,70,33). Sum of RGB (Red+Green+Blue) = 191+70+33=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4621 is #40B9DE. Grayscale: #666666. Windows color (decimal): -4241887 or 2180799. OLE color: 2180799.
HSL color Cylindrical-coordinate representation of color #BF4621: hue angle of 14.05º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF4621 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 33 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.25 |
| HSL | 14.05º | 0.71% | 0.44% | - |
| HSV(B) | 14.05º | 0.83% | 0.75% | - |
| XYZ | 23.95 | 15.57 | 3.18 | - |
| YUV | 101.96 | 89.09 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 33 | 0 | 0.63 | 0.83 | 0.25 | 14.05 | 0.71 | 0.44 |
| Hex | BF | 46 | 21 | 0 | 3F | 53 | 19 | E | 47 | 2C |
| Octal | 277 | 106 | 41 | 0 | 77 | 123 | 31 | 16 | 107 | 54 |
| Binary | 10111111 | 1000110 | 100001 | 0 | 111111 | 1010011 | 11001 | 1110 | 1000111 | 101100 |
Color Harmonies of #BF4621
Complementary color
Monochromatic Colors of #BF4621
Black with #BF4621
Text Example
Text Example
White with #BF4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4621; }
p { color: rgb(191,70,33); }
H1.HeaderClassName
{
color: #BF4621;
}
.AnyTagClassName
{
color: #BF4621;
}
</style>
background-color css
<style>
a { background-color: #BF4621; }
a { background-color: rgb(191,70,33); }
div.DivClassName
{
background-color: #BF4621;
}
.BgClassName
{
background-color: #BF4621;
}
</style>
border-color css
<style>
span { border-color: #BF4621; }
span { border-color: rgb(191,70,33); }
td.TdClassName
{
border-color: #BF4621;
}
.TagClassName
{
border-color: #BF4621;
}
</style>