Shades of Sunglo #D36551
Tints of Sunglo #D36551
RGB
CMYK
RGB Variations
Color information
#D36551 (or 0xD36551) is known color: Sunglo. HEX triplet: D3, 65 and 51. RGB value is (211,101,81). Sum of RGB (Red+Green+Blue) = 211+101+81=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D36551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36551 is #2C9AAE. Grayscale: #838383. Windows color (decimal): -2923183 or 5334483. OLE color: 5334483.
HSL color Cylindrical-coordinate representation of color #D36551: hue angle of 9.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D36551 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 81 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.17 |
| HSL | 9.23º | 0.6% | 0.57% | - |
| HSV(B) | 9.23º | 0.62% | 0.83% | - |
| XYZ | 33 | 23.75 | 10.63 | - |
| YUV | 131.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 81 | 0 | 0.52 | 0.62 | 0.17 | 9.23 | 0.6 | 0.57 |
| Hex | D3 | 65 | 51 | 0 | 34 | 3E | 11 | 9 | 3C | 39 |
| Octal | 323 | 145 | 121 | 0 | 64 | 76 | 21 | 11 | 74 | 71 |
| Binary | 11010011 | 1100101 | 1010001 | 0 | 110100 | 111110 | 10001 | 1001 | 111100 | 111001 |
Color Harmonies of #D36551
Complementary color
Monochromatic Colors of #D36551
Black with #D36551
Text Example
Text Example
White with #D36551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36551; }
p { color: rgb(211,101,81); }
H1.HeaderClassName
{
color: #D36551;
}
.AnyTagClassName
{
color: #D36551;
}
</style>
background-color css
<style>
a { background-color: #D36551; }
a { background-color: rgb(211,101,81); }
div.DivClassName
{
background-color: #D36551;
}
.BgClassName
{
background-color: #D36551;
}
</style>
border-color css
<style>
span { border-color: #D36551; }
span { border-color: rgb(211,101,81); }
td.TdClassName
{
border-color: #D36551;
}
.TagClassName
{
border-color: #D36551;
}
</style>