Shades of Trinidad #CB4631
Tints of Trinidad #CB4631
RGB
CMYK
RGB Variations
Color information
#CB4631 (or 0xCB4631) is known color: Trinidad. HEX triplet: CB, 46 and 31. RGB value is (203,70,49). Sum of RGB (Red+Green+Blue) = 203+70+49=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4631 is #34B9CE. Grayscale: #6B6B6B. Windows color (decimal): -3455439 or 3229387. OLE color: 3229387.
HSL color Cylindrical-coordinate representation of color #CB4631: hue angle of 8.18º 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 #CB4631 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 49 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.20 |
| HSL | 8.18º | 0.61% | 0.49% | - |
| HSV(B) | 8.18º | 0.76% | 0.8% | - |
| XYZ | 27.37 | 17.3 | 4.8 | - |
| YUV | 107.37 | 95.06 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 49 | 0 | 0.66 | 0.76 | 0.20 | 8.18 | 0.61 | 0.49 |
| Hex | CB | 46 | 31 | 0 | 42 | 4C | 14 | 8 | 3D | 31 |
| Octal | 313 | 106 | 61 | 0 | 102 | 114 | 24 | 10 | 75 | 61 |
| Binary | 11001011 | 1000110 | 110001 | 0 | 1000010 | 1001100 | 10100 | 1000 | 111101 | 110001 |
Color Harmonies of #CB4631
Complementary color
Monochromatic Colors of #CB4631
Black with #CB4631
Text Example
Text Example
White with #CB4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4631; }
p { color: rgb(203,70,49); }
H1.HeaderClassName
{
color: #CB4631;
}
.AnyTagClassName
{
color: #CB4631;
}
</style>
background-color css
<style>
a { background-color: #CB4631; }
a { background-color: rgb(203,70,49); }
div.DivClassName
{
background-color: #CB4631;
}
.BgClassName
{
background-color: #CB4631;
}
</style>
border-color css
<style>
span { border-color: #CB4631; }
span { border-color: rgb(203,70,49); }
td.TdClassName
{
border-color: #CB4631;
}
.TagClassName
{
border-color: #CB4631;
}
</style>