Shades of Trinidad #CD5024
Tints of Trinidad #CD5024
RGB
CMYK
RGB Variations
Color information
#CD5024 (or 0xCD5024) is known color: Trinidad. HEX triplet: CD, 50 and 24. RGB value is (205,80,36). Sum of RGB (Red+Green+Blue) = 205+80+36=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5024 is #32AFDB. Grayscale: #707070. Windows color (decimal): -3321820 or 2379981. OLE color: 2379981.
HSL color Cylindrical-coordinate representation of color #CD5024: hue angle of 15.62º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD5024 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 36 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.20 |
| HSL | 15.62º | 0.7% | 0.47% | - |
| HSV(B) | 15.62º | 0.82% | 0.8% | - |
| XYZ | 28.36 | 18.84 | 3.81 | - |
| YUV | 112.36 | 84.91 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 36 | 0 | 0.61 | 0.82 | 0.20 | 15.62 | 0.7 | 0.47 |
| Hex | CD | 50 | 24 | 0 | 3D | 52 | 14 | 10 | 46 | 2F |
| Octal | 315 | 120 | 44 | 0 | 75 | 122 | 24 | 20 | 106 | 57 |
| Binary | 11001101 | 1010000 | 100100 | 0 | 111101 | 1010010 | 10100 | 10000 | 1000110 | 101111 |
Color Harmonies of #CD5024
Complementary color
Monochromatic Colors of #CD5024
Black with #CD5024
Text Example
Text Example
White with #CD5024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5024; }
p { color: rgb(205,80,36); }
H1.HeaderClassName
{
color: #CD5024;
}
.AnyTagClassName
{
color: #CD5024;
}
</style>
background-color css
<style>
a { background-color: #CD5024; }
a { background-color: rgb(205,80,36); }
div.DivClassName
{
background-color: #CD5024;
}
.BgClassName
{
background-color: #CD5024;
}
</style>
border-color css
<style>
span { border-color: #CD5024; }
span { border-color: rgb(205,80,36); }
td.TdClassName
{
border-color: #CD5024;
}
.TagClassName
{
border-color: #CD5024;
}
</style>