Shades of Trinidad #CB4327
Tints of Trinidad #CB4327
RGB
CMYK
RGB Variations
Color information
#CB4327 (or 0xCB4327) is known color: Trinidad. HEX triplet: CB, 43 and 27. RGB value is (203,67,39). Sum of RGB (Red+Green+Blue) = 203+67+39=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4327 is #34BCD8. Grayscale: #686868. Windows color (decimal): -3456217 or 2573259. OLE color: 2573259.
HSL color Cylindrical-coordinate representation of color #CB4327: hue angle of 10.24º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB4327 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 39 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.20 |
| HSL | 10.24º | 0.68% | 0.47% | - |
| HSV(B) | 10.24º | 0.81% | 0.8% | - |
| XYZ | 27 | 16.86 | 3.75 | - |
| YUV | 104.47 | 91.06 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 39 | 0 | 0.67 | 0.81 | 0.20 | 10.24 | 0.68 | 0.47 |
| Hex | CB | 43 | 27 | 0 | 43 | 51 | 14 | A | 44 | 2F |
| Octal | 313 | 103 | 47 | 0 | 103 | 121 | 24 | 12 | 104 | 57 |
| Binary | 11001011 | 1000011 | 100111 | 0 | 1000011 | 1010001 | 10100 | 1010 | 1000100 | 101111 |
Color Harmonies of #CB4327
Complementary color
Monochromatic Colors of #CB4327
Black with #CB4327
Text Example
Text Example
White with #CB4327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4327; }
p { color: rgb(203,67,39); }
H1.HeaderClassName
{
color: #CB4327;
}
.AnyTagClassName
{
color: #CB4327;
}
</style>
background-color css
<style>
a { background-color: #CB4327; }
a { background-color: rgb(203,67,39); }
div.DivClassName
{
background-color: #CB4327;
}
.BgClassName
{
background-color: #CB4327;
}
</style>
border-color css
<style>
span { border-color: #CB4327; }
span { border-color: rgb(203,67,39); }
td.TdClassName
{
border-color: #CB4327;
}
.TagClassName
{
border-color: #CB4327;
}
</style>