Shades of Sunglo #D16153
Tints of Sunglo #D16153
RGB
CMYK
RGB Variations
Color information
#D16153 (or 0xD16153) is known color: Sunglo. HEX triplet: D1, 61 and 53. RGB value is (209,97,83). Sum of RGB (Red+Green+Blue) = 209+97+83=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D16153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16153 is #2E9EAC. Grayscale: #818181. Windows color (decimal): -3055277 or 5464529. OLE color: 5464529.
HSL color Cylindrical-coordinate representation of color #D16153: hue angle of 6.67º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D16153 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 83 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.18 |
| HSL | 6.67º | 0.58% | 0.57% | - |
| HSV(B) | 6.67º | 0.6% | 0.82% | - |
| XYZ | 32.13 | 22.73 | 10.88 | - |
| YUV | 128.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 83 | 0 | 0.54 | 0.60 | 0.18 | 6.67 | 0.58 | 0.57 |
| Hex | D1 | 61 | 53 | 0 | 36 | 3C | 12 | 7 | 3A | 39 |
| Octal | 321 | 141 | 123 | 0 | 66 | 74 | 22 | 7 | 72 | 71 |
| Binary | 11010001 | 1100001 | 1010011 | 0 | 110110 | 111100 | 10010 | 111 | 111010 | 111001 |
Color Harmonies of #D16153
Complementary color
Monochromatic Colors of #D16153
Black with #D16153
Text Example
Text Example
White with #D16153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16153; }
p { color: rgb(209,97,83); }
H1.HeaderClassName
{
color: #D16153;
}
.AnyTagClassName
{
color: #D16153;
}
</style>
background-color css
<style>
a { background-color: #D16153; }
a { background-color: rgb(209,97,83); }
div.DivClassName
{
background-color: #D16153;
}
.BgClassName
{
background-color: #D16153;
}
</style>
border-color css
<style>
span { border-color: #D16153; }
span { border-color: rgb(209,97,83); }
td.TdClassName
{
border-color: #D16153;
}
.TagClassName
{
border-color: #D16153;
}
</style>