Shades of Sunglo #D16551
Tints of Sunglo #D16551
RGB
CMYK
RGB Variations
Color information
#D16551 (or 0xD16551) is known color: Sunglo. HEX triplet: D1, 65 and 51. RGB value is (209,101,81). Sum of RGB (Red+Green+Blue) = 209+101+81=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D16551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16551 is #2E9AAE. Grayscale: #838383. Windows color (decimal): -3054255 or 5334481. OLE color: 5334481.
HSL color Cylindrical-coordinate representation of color #D16551: hue angle of 9.38º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D16551 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 81 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.18 |
| HSL | 9.38º | 0.58% | 0.57% | - |
| HSV(B) | 9.38º | 0.61% | 0.82% | - |
| XYZ | 32.43 | 23.46 | 10.6 | - |
| YUV | 131.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 81 | 0 | 0.52 | 0.61 | 0.18 | 9.38 | 0.58 | 0.57 |
| Hex | D1 | 65 | 51 | 0 | 34 | 3D | 12 | 9 | 3A | 39 |
| Octal | 321 | 145 | 121 | 0 | 64 | 75 | 22 | 11 | 72 | 71 |
| Binary | 11010001 | 1100101 | 1010001 | 0 | 110100 | 111101 | 10010 | 1001 | 111010 | 111001 |
Color Harmonies of #D16551
Complementary color
Monochromatic Colors of #D16551
Black with #D16551
Text Example
Text Example
White with #D16551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16551; }
p { color: rgb(209,101,81); }
H1.HeaderClassName
{
color: #D16551;
}
.AnyTagClassName
{
color: #D16551;
}
</style>
background-color css
<style>
a { background-color: #D16551; }
a { background-color: rgb(209,101,81); }
div.DivClassName
{
background-color: #D16551;
}
.BgClassName
{
background-color: #D16551;
}
</style>
border-color css
<style>
span { border-color: #D16551; }
span { border-color: rgb(209,101,81); }
td.TdClassName
{
border-color: #D16551;
}
.TagClassName
{
border-color: #D16551;
}
</style>