Shades of Trinidad #C84727
Tints of Trinidad #C84727
RGB
CMYK
RGB Variations
Color information
#C84727 (or 0xC84727) is known color: Trinidad. HEX triplet: C8, 47 and 27. RGB value is (200,71,39). Sum of RGB (Red+Green+Blue) = 200+71+39=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C84727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84727 is #37B8D8. Grayscale: #6A6A6A. Windows color (decimal): -3651801 or 2574280. OLE color: 2574280.
HSL color Cylindrical-coordinate representation of color #C84727: hue angle of 11.93º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C84727 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 39 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.22 |
| HSL | 11.93º | 0.67% | 0.47% | - |
| HSV(B) | 11.93º | 0.81% | 0.78% | - |
| XYZ | 26.44 | 16.93 | 3.79 | - |
| YUV | 105.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 39 | 0 | 0.64 | 0.80 | 0.22 | 11.93 | 0.67 | 0.47 |
| Hex | C8 | 47 | 27 | 0 | 40 | 50 | 16 | C | 43 | 2F |
| Octal | 310 | 107 | 47 | 0 | 100 | 120 | 26 | 14 | 103 | 57 |
| Binary | 11001000 | 1000111 | 100111 | 0 | 1000000 | 1010000 | 10110 | 1100 | 1000011 | 101111 |
Color Harmonies of #C84727
Complementary color
Monochromatic Colors of #C84727
Black with #C84727
Text Example
Text Example
White with #C84727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84727; }
p { color: rgb(200,71,39); }
H1.HeaderClassName
{
color: #C84727;
}
.AnyTagClassName
{
color: #C84727;
}
</style>
background-color css
<style>
a { background-color: #C84727; }
a { background-color: rgb(200,71,39); }
div.DivClassName
{
background-color: #C84727;
}
.BgClassName
{
background-color: #C84727;
}
</style>
border-color css
<style>
span { border-color: #C84727; }
span { border-color: rgb(200,71,39); }
td.TdClassName
{
border-color: #C84727;
}
.TagClassName
{
border-color: #C84727;
}
</style>