Shades of Trinidad #CB4828
Tints of Trinidad #CB4828
RGB
CMYK
RGB Variations
Color information
#CB4828 (or 0xCB4828) is known color: Trinidad. HEX triplet: CB, 48 and 28. RGB value is (203,72,40). Sum of RGB (Red+Green+Blue) = 203+72+40=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4828 is #34B7D7. Grayscale: #6B6B6B. Windows color (decimal): -3454936 or 2640075. OLE color: 2640075.
HSL color Cylindrical-coordinate representation of color #CB4828: hue angle of 11.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB4828 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 40 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.20 |
| HSL | 11.78º | 0.67% | 0.48% | - |
| HSV(B) | 11.78º | 0.8% | 0.8% | - |
| XYZ | 27.33 | 17.48 | 3.94 | - |
| YUV | 107.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 40 | 0 | 0.65 | 0.80 | 0.20 | 11.78 | 0.67 | 0.48 |
| Hex | CB | 48 | 28 | 0 | 41 | 50 | 14 | C | 43 | 30 |
| Octal | 313 | 110 | 50 | 0 | 101 | 120 | 24 | 14 | 103 | 60 |
| Binary | 11001011 | 1001000 | 101000 | 0 | 1000001 | 1010000 | 10100 | 1100 | 1000011 | 110000 |
Color Harmonies of #CB4828
Complementary color
Monochromatic Colors of #CB4828
Black with #CB4828
Text Example
Text Example
White with #CB4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4828; }
p { color: rgb(203,72,40); }
H1.HeaderClassName
{
color: #CB4828;
}
.AnyTagClassName
{
color: #CB4828;
}
</style>
background-color css
<style>
a { background-color: #CB4828; }
a { background-color: rgb(203,72,40); }
div.DivClassName
{
background-color: #CB4828;
}
.BgClassName
{
background-color: #CB4828;
}
</style>
border-color css
<style>
span { border-color: #CB4828; }
span { border-color: rgb(203,72,40); }
td.TdClassName
{
border-color: #CB4828;
}
.TagClassName
{
border-color: #CB4828;
}
</style>