Shades of Trinidad #D0522A
Tints of Trinidad #D0522A
RGB
CMYK
RGB Variations
Color information
#D0522A (or 0xD0522A) is known color: Trinidad. HEX triplet: D0, 52 and 2A. RGB value is (208,82,42). Sum of RGB (Red+Green+Blue) = 208+82+42=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0522A is #2FADD5. Grayscale: #737373. Windows color (decimal): -3124694 or 2773712. OLE color: 2773712.
HSL color Cylindrical-coordinate representation of color #D0522A: hue angle of 14.46º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0522A is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 42 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.18 |
| HSL | 14.46º | 0.66% | 0.49% | - |
| HSV(B) | 14.46º | 0.8% | 0.82% | - |
| XYZ | 29.45 | 19.61 | 4.42 | - |
| YUV | 115.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 42 | 0 | 0.61 | 0.80 | 0.18 | 14.46 | 0.66 | 0.49 |
| Hex | D0 | 52 | 2A | 0 | 3D | 50 | 12 | E | 42 | 31 |
| Octal | 320 | 122 | 52 | 0 | 75 | 120 | 22 | 16 | 102 | 61 |
| Binary | 11010000 | 1010010 | 101010 | 0 | 111101 | 1010000 | 10010 | 1110 | 1000010 | 110001 |
Color Harmonies of #D0522A
Complementary color
Monochromatic Colors of #D0522A
Black with #D0522A
Text Example
Text Example
White with #D0522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0522A; }
p { color: rgb(208,82,42); }
H1.HeaderClassName
{
color: #D0522A;
}
.AnyTagClassName
{
color: #D0522A;
}
</style>
background-color css
<style>
a { background-color: #D0522A; }
a { background-color: rgb(208,82,42); }
div.DivClassName
{
background-color: #D0522A;
}
.BgClassName
{
background-color: #D0522A;
}
</style>
border-color css
<style>
span { border-color: #D0522A; }
span { border-color: rgb(208,82,42); }
td.TdClassName
{
border-color: #D0522A;
}
.TagClassName
{
border-color: #D0522A;
}
</style>