Shades of Sunglo #D16552
Tints of Sunglo #D16552
RGB
CMYK
RGB Variations
Color information
#D16552 (or 0xD16552) is known color: Sunglo. HEX triplet: D1, 65 and 52. RGB value is (209,101,82). Sum of RGB (Red+Green+Blue) = 209+101+82=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D16552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16552 is #2E9AAD. Grayscale: #838383. Windows color (decimal): -3054254 or 5400017. OLE color: 5400017.
HSL color Cylindrical-coordinate representation of color #D16552: hue angle of 8.98º 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 #D16552 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 82 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.18 |
| HSL | 8.98º | 0.58% | 0.57% | - |
| HSV(B) | 8.98º | 0.61% | 0.82% | - |
| XYZ | 32.47 | 23.47 | 10.8 | - |
| YUV | 131.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 82 | 0 | 0.52 | 0.61 | 0.18 | 8.98 | 0.58 | 0.57 |
| Hex | D1 | 65 | 52 | 0 | 34 | 3D | 12 | 9 | 3A | 39 |
| Octal | 321 | 145 | 122 | 0 | 64 | 75 | 22 | 11 | 72 | 71 |
| Binary | 11010001 | 1100101 | 1010010 | 0 | 110100 | 111101 | 10010 | 1001 | 111010 | 111001 |
Color Harmonies of #D16552
Complementary color
Monochromatic Colors of #D16552
Black with #D16552
Text Example
Text Example
White with #D16552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16552; }
p { color: rgb(209,101,82); }
H1.HeaderClassName
{
color: #D16552;
}
.AnyTagClassName
{
color: #D16552;
}
</style>
background-color css
<style>
a { background-color: #D16552; }
a { background-color: rgb(209,101,82); }
div.DivClassName
{
background-color: #D16552;
}
.BgClassName
{
background-color: #D16552;
}
</style>
border-color css
<style>
span { border-color: #D16552; }
span { border-color: rgb(209,101,82); }
td.TdClassName
{
border-color: #D16552;
}
.TagClassName
{
border-color: #D16552;
}
</style>