Shades of Trinidad #CB4D31
Tints of Trinidad #CB4D31
RGB
CMYK
RGB Variations
Color information
#CB4D31 (or 0xCB4D31) is known color: Trinidad. HEX triplet: CB, 4D and 31. RGB value is (203,77,49). Sum of RGB (Red+Green+Blue) = 203+77+49=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB4D31 is #34B2CE. Grayscale: #6F6F6F. Windows color (decimal): -3453647 or 3231179. OLE color: 3231179.
HSL color Cylindrical-coordinate representation of color #CB4D31: hue angle of 10.91º 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 #CB4D31 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 49 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.20 |
| HSL | 10.91º | 0.61% | 0.49% | - |
| HSV(B) | 10.91º | 0.76% | 0.8% | - |
| XYZ | 27.84 | 18.23 | 4.96 | - |
| YUV | 111.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 49 | 0 | 0.62 | 0.76 | 0.20 | 10.91 | 0.61 | 0.49 |
| Hex | CB | 4D | 31 | 0 | 3E | 4C | 14 | B | 3D | 31 |
| Octal | 313 | 115 | 61 | 0 | 76 | 114 | 24 | 13 | 75 | 61 |
| Binary | 11001011 | 1001101 | 110001 | 0 | 111110 | 1001100 | 10100 | 1011 | 111101 | 110001 |
Color Harmonies of #CB4D31
Complementary color
Monochromatic Colors of #CB4D31
Black with #CB4D31
Text Example
Text Example
White with #CB4D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D31; }
p { color: rgb(203,77,49); }
H1.HeaderClassName
{
color: #CB4D31;
}
.AnyTagClassName
{
color: #CB4D31;
}
</style>
background-color css
<style>
a { background-color: #CB4D31; }
a { background-color: rgb(203,77,49); }
div.DivClassName
{
background-color: #CB4D31;
}
.BgClassName
{
background-color: #CB4D31;
}
</style>
border-color css
<style>
span { border-color: #CB4D31; }
span { border-color: rgb(203,77,49); }
td.TdClassName
{
border-color: #CB4D31;
}
.TagClassName
{
border-color: #CB4D31;
}
</style>