Shades of Trinidad #C84931
Tints of Trinidad #C84931
RGB
CMYK
RGB Variations
Color information
#C84931 (or 0xC84931) is known color: Trinidad. HEX triplet: C8, 49 and 31. RGB value is (200,73,49). Sum of RGB (Red+Green+Blue) = 200+73+49=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C84931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84931 is #37B6CE. Grayscale: #6C6C6C. Windows color (decimal): -3651279 or 3230152. OLE color: 3230152.
HSL color Cylindrical-coordinate representation of color #C84931: hue angle of 9.54º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C84931 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 49 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.22 |
| HSL | 9.54º | 0.61% | 0.49% | - |
| HSV(B) | 9.54º | 0.76% | 0.78% | - |
| XYZ | 26.76 | 17.27 | 4.83 | - |
| YUV | 108.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 49 | 0 | 0.64 | 0.76 | 0.22 | 9.54 | 0.61 | 0.49 |
| Hex | C8 | 49 | 31 | 0 | 40 | 4C | 16 | A | 3D | 31 |
| Octal | 310 | 111 | 61 | 0 | 100 | 114 | 26 | 12 | 75 | 61 |
| Binary | 11001000 | 1001001 | 110001 | 0 | 1000000 | 1001100 | 10110 | 1010 | 111101 | 110001 |
Color Harmonies of #C84931
Complementary color
Monochromatic Colors of #C84931
Black with #C84931
Text Example
Text Example
White with #C84931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84931; }
p { color: rgb(200,73,49); }
H1.HeaderClassName
{
color: #C84931;
}
.AnyTagClassName
{
color: #C84931;
}
</style>
background-color css
<style>
a { background-color: #C84931; }
a { background-color: rgb(200,73,49); }
div.DivClassName
{
background-color: #C84931;
}
.BgClassName
{
background-color: #C84931;
}
</style>
border-color css
<style>
span { border-color: #C84931; }
span { border-color: rgb(200,73,49); }
td.TdClassName
{
border-color: #C84931;
}
.TagClassName
{
border-color: #C84931;
}
</style>