Shades of Trinidad #CB4331
Tints of Trinidad #CB4331
RGB
CMYK
RGB Variations
Color information
#CB4331 (or 0xCB4331) is known color: Trinidad. HEX triplet: CB, 43 and 31. RGB value is (203,67,49). Sum of RGB (Red+Green+Blue) = 203+67+49=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4331 is #34BCCE. Grayscale: #696969. Windows color (decimal): -3456207 or 3228619. OLE color: 3228619.
HSL color Cylindrical-coordinate representation of color #CB4331: hue angle of 7.01º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB4331 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 49 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.20 |
| HSL | 7.01º | 0.61% | 0.49% | - |
| HSV(B) | 7.01º | 0.76% | 0.8% | - |
| XYZ | 27.19 | 16.93 | 4.74 | - |
| YUV | 105.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 49 | 0 | 0.67 | 0.76 | 0.20 | 7.01 | 0.61 | 0.49 |
| Hex | CB | 43 | 31 | 0 | 43 | 4C | 14 | 7 | 3D | 31 |
| Octal | 313 | 103 | 61 | 0 | 103 | 114 | 24 | 7 | 75 | 61 |
| Binary | 11001011 | 1000011 | 110001 | 0 | 1000011 | 1001100 | 10100 | 111 | 111101 | 110001 |
Color Harmonies of #CB4331
Complementary color
Monochromatic Colors of #CB4331
Black with #CB4331
Text Example
Text Example
White with #CB4331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4331; }
p { color: rgb(203,67,49); }
H1.HeaderClassName
{
color: #CB4331;
}
.AnyTagClassName
{
color: #CB4331;
}
</style>
background-color css
<style>
a { background-color: #CB4331; }
a { background-color: rgb(203,67,49); }
div.DivClassName
{
background-color: #CB4331;
}
.BgClassName
{
background-color: #CB4331;
}
</style>
border-color css
<style>
span { border-color: #CB4331; }
span { border-color: rgb(203,67,49); }
td.TdClassName
{
border-color: #CB4331;
}
.TagClassName
{
border-color: #CB4331;
}
</style>