Shades of Trinidad #D0522F
Tints of Trinidad #D0522F
RGB
CMYK
RGB Variations
Color information
#D0522F (or 0xD0522F) is known color: Trinidad. HEX triplet: D0, 52 and 2F. RGB value is (208,82,47). Sum of RGB (Red+Green+Blue) = 208+82+47=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0522F is #2FADD0. Grayscale: #737373. Windows color (decimal): -3124689 or 3101392. OLE color: 3101392.
HSL color Cylindrical-coordinate representation of color #D0522F: hue angle of 13.04º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0522F is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 47 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.18 |
| HSL | 13.04º | 0.63% | 0.5% | - |
| HSV(B) | 13.04º | 0.77% | 0.82% | - |
| XYZ | 29.54 | 19.65 | 4.93 | - |
| YUV | 115.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 47 | 0 | 0.61 | 0.77 | 0.18 | 13.04 | 0.63 | 0.5 |
| Hex | D0 | 52 | 2F | 0 | 3D | 4D | 12 | D | 3F | 32 |
| Octal | 320 | 122 | 57 | 0 | 75 | 115 | 22 | 15 | 77 | 62 |
| Binary | 11010000 | 1010010 | 101111 | 0 | 111101 | 1001101 | 10010 | 1101 | 111111 | 110010 |
Color Harmonies of #D0522F
Complementary color
Monochromatic Colors of #D0522F
Black with #D0522F
Text Example
Text Example
White with #D0522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0522F; }
p { color: rgb(208,82,47); }
H1.HeaderClassName
{
color: #D0522F;
}
.AnyTagClassName
{
color: #D0522F;
}
</style>
background-color css
<style>
a { background-color: #D0522F; }
a { background-color: rgb(208,82,47); }
div.DivClassName
{
background-color: #D0522F;
}
.BgClassName
{
background-color: #D0522F;
}
</style>
border-color css
<style>
span { border-color: #D0522F; }
span { border-color: rgb(208,82,47); }
td.TdClassName
{
border-color: #D0522F;
}
.TagClassName
{
border-color: #D0522F;
}
</style>