Shades of Trinidad #C54831
Tints of Trinidad #C54831
RGB
CMYK
RGB Variations
Color information
#C54831 (or 0xC54831) is known color: Trinidad. HEX triplet: C5, 48 and 31. RGB value is (197,72,49). Sum of RGB (Red+Green+Blue) = 197+72+49=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C54831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54831 is #3AB7CE. Grayscale: #6A6A6A. Windows color (decimal): -3848143 or 3229893. OLE color: 3229893.
HSL color Cylindrical-coordinate representation of color #C54831: hue angle of 9.32º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C54831 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 49 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.23 |
| HSL | 9.32º | 0.6% | 0.48% | - |
| HSV(B) | 9.32º | 0.75% | 0.77% | - |
| XYZ | 25.9 | 16.73 | 4.77 | - |
| YUV | 106.75 | 95.41 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 49 | 0 | 0.63 | 0.75 | 0.23 | 9.32 | 0.6 | 0.48 |
| Hex | C5 | 48 | 31 | 0 | 3F | 4B | 17 | 9 | 3C | 30 |
| Octal | 305 | 110 | 61 | 0 | 77 | 113 | 27 | 11 | 74 | 60 |
| Binary | 11000101 | 1001000 | 110001 | 0 | 111111 | 1001011 | 10111 | 1001 | 111100 | 110000 |
Color Harmonies of #C54831
Complementary color
Monochromatic Colors of #C54831
Black with #C54831
Text Example
Text Example
White with #C54831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54831; }
p { color: rgb(197,72,49); }
H1.HeaderClassName
{
color: #C54831;
}
.AnyTagClassName
{
color: #C54831;
}
</style>
background-color css
<style>
a { background-color: #C54831; }
a { background-color: rgb(197,72,49); }
div.DivClassName
{
background-color: #C54831;
}
.BgClassName
{
background-color: #C54831;
}
</style>
border-color css
<style>
span { border-color: #C54831; }
span { border-color: rgb(197,72,49); }
td.TdClassName
{
border-color: #C54831;
}
.TagClassName
{
border-color: #C54831;
}
</style>