Shades of Trinidad #C4531D
Tints of Trinidad #C4531D
RGB
CMYK
RGB Variations
Color information
#C4531D (or 0xC4531D) is known color: Trinidad. HEX triplet: C4, 53 and 1D. RGB value is (196,83,29). Sum of RGB (Red+Green+Blue) = 196+83+29=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4531D is #3BACE2. Grayscale: #6E6E6E. Windows color (decimal): -3910883 or 1921988. OLE color: 1921988.
HSL color Cylindrical-coordinate representation of color #C4531D: hue angle of 19.4º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4531D is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 29 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.23 |
| HSL | 19.4º | 0.74% | 0.44% | - |
| HSV(B) | 19.4º | 0.85% | 0.77% | - |
| XYZ | 26.08 | 18.01 | 3.26 | - |
| YUV | 110.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 29 | 0 | 0.58 | 0.85 | 0.23 | 19.4 | 0.74 | 0.44 |
| Hex | C4 | 53 | 1D | 0 | 3A | 55 | 17 | 13 | 4A | 2C |
| Octal | 304 | 123 | 35 | 0 | 72 | 125 | 27 | 23 | 112 | 54 |
| Binary | 11000100 | 1010011 | 11101 | 0 | 111010 | 1010101 | 10111 | 10011 | 1001010 | 101100 |
Color Harmonies of #C4531D
Complementary color
Monochromatic Colors of #C4531D
Black with #C4531D
Text Example
Text Example
White with #C4531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4531D; }
p { color: rgb(196,83,29); }
H1.HeaderClassName
{
color: #C4531D;
}
.AnyTagClassName
{
color: #C4531D;
}
</style>
background-color css
<style>
a { background-color: #C4531D; }
a { background-color: rgb(196,83,29); }
div.DivClassName
{
background-color: #C4531D;
}
.BgClassName
{
background-color: #C4531D;
}
</style>
border-color css
<style>
span { border-color: #C4531D; }
span { border-color: rgb(196,83,29); }
td.TdClassName
{
border-color: #C4531D;
}
.TagClassName
{
border-color: #C4531D;
}
</style>