Shades of Trinidad #BF4427
Tints of Trinidad #BF4427
RGB
CMYK
RGB Variations
Color information
#BF4427 (or 0xBF4427) is known color: Trinidad. HEX triplet: BF, 44 and 27. RGB value is (191,68,39). Sum of RGB (Red+Green+Blue) = 191+68+39=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4427 is #40BBD8. Grayscale: #656565. Windows color (decimal): -4242393 or 2573503. OLE color: 2573503.
HSL color Cylindrical-coordinate representation of color #BF4427: hue angle of 11.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF4427 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 39 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.25 |
| HSL | 11.45º | 0.66% | 0.45% | - |
| HSV(B) | 11.45º | 0.8% | 0.75% | - |
| XYZ | 23.92 | 15.36 | 3.62 | - |
| YUV | 101.47 | 92.75 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 39 | 0 | 0.64 | 0.80 | 0.25 | 11.45 | 0.66 | 0.45 |
| Hex | BF | 44 | 27 | 0 | 40 | 50 | 19 | B | 42 | 2D |
| Octal | 277 | 104 | 47 | 0 | 100 | 120 | 31 | 13 | 102 | 55 |
| Binary | 10111111 | 1000100 | 100111 | 0 | 1000000 | 1010000 | 11001 | 1011 | 1000010 | 101101 |
Color Harmonies of #BF4427
Complementary color
Monochromatic Colors of #BF4427
Black with #BF4427
Text Example
Text Example
White with #BF4427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4427; }
p { color: rgb(191,68,39); }
H1.HeaderClassName
{
color: #BF4427;
}
.AnyTagClassName
{
color: #BF4427;
}
</style>
background-color css
<style>
a { background-color: #BF4427; }
a { background-color: rgb(191,68,39); }
div.DivClassName
{
background-color: #BF4427;
}
.BgClassName
{
background-color: #BF4427;
}
</style>
border-color css
<style>
span { border-color: #BF4427; }
span { border-color: rgb(191,68,39); }
td.TdClassName
{
border-color: #BF4427;
}
.TagClassName
{
border-color: #BF4427;
}
</style>