Shades of Trinidad #BF4D2D
Tints of Trinidad #BF4D2D
RGB
CMYK
RGB Variations
Color information
#BF4D2D (or 0xBF4D2D) is known color: Trinidad. HEX triplet: BF, 4D and 2D. RGB value is (191,77,45). Sum of RGB (Red+Green+Blue) = 191+77+45=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D2D is #40B2D2. Grayscale: #6B6B6B. Windows color (decimal): -4240083 or 2969023. OLE color: 2969023.
HSL color Cylindrical-coordinate representation of color #BF4D2D: hue angle of 13.15º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF4D2D is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 45 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.25 |
| HSL | 13.15º | 0.62% | 0.46% | - |
| HSV(B) | 13.15º | 0.76% | 0.75% | - |
| XYZ | 24.61 | 16.57 | 4.38 | - |
| YUV | 107.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 45 | 0 | 0.60 | 0.76 | 0.25 | 13.15 | 0.62 | 0.46 |
| Hex | BF | 4D | 2D | 0 | 3C | 4C | 19 | D | 3E | 2E |
| Octal | 277 | 115 | 55 | 0 | 74 | 114 | 31 | 15 | 76 | 56 |
| Binary | 10111111 | 1001101 | 101101 | 0 | 111100 | 1001100 | 11001 | 1101 | 111110 | 101110 |
Color Harmonies of #BF4D2D
Complementary color
Monochromatic Colors of #BF4D2D
Black with #BF4D2D
Text Example
Text Example
White with #BF4D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D2D; }
p { color: rgb(191,77,45); }
H1.HeaderClassName
{
color: #BF4D2D;
}
.AnyTagClassName
{
color: #BF4D2D;
}
</style>
background-color css
<style>
a { background-color: #BF4D2D; }
a { background-color: rgb(191,77,45); }
div.DivClassName
{
background-color: #BF4D2D;
}
.BgClassName
{
background-color: #BF4D2D;
}
</style>
border-color css
<style>
span { border-color: #BF4D2D; }
span { border-color: rgb(191,77,45); }
td.TdClassName
{
border-color: #BF4D2D;
}
.TagClassName
{
border-color: #BF4D2D;
}
</style>