Shades of Old Rose #D13653
Tints of Old Rose #D13653
RGB
CMYK
RGB Variations
Color information
#D13653 (or 0xD13653) is known color: Old Rose. HEX triplet: D1, 36 and 53. RGB value is (209,54,83). Sum of RGB (Red+Green+Blue) = 209+54+83=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D13653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13653 is #2EC9AC. Grayscale: #676767. Windows color (decimal): -3066285 or 5453521. OLE color: 5453521.
HSL color Cylindrical-coordinate representation of color #D13653: hue angle of 348.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13653 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 83 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.18 |
| HSL | 348.77º | 0.63% | 0.52% | - |
| HSV(B) | 348.77º | 0.74% | 0.82% | - |
| XYZ | 29.18 | 16.82 | 9.89 | - |
| YUV | 103.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 83 | 0 | 0.74 | 0.60 | 0.18 | 348.77 | 0.63 | 0.52 |
| Hex | D1 | 36 | 53 | 0 | 4A | 3C | 12 | 15D | 3F | 34 |
| Octal | 321 | 66 | 123 | 0 | 112 | 74 | 22 | 535 | 77 | 64 |
| Binary | 11010001 | 110110 | 1010011 | 0 | 1001010 | 111100 | 10010 | 101011101 | 111111 | 110100 |
Color Harmonies of #D13653
Complementary color
Monochromatic Colors of #D13653
Black with #D13653
Text Example
Text Example
White with #D13653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13653; }
p { color: rgb(209,54,83); }
H1.HeaderClassName
{
color: #D13653;
}
.AnyTagClassName
{
color: #D13653;
}
</style>
background-color css
<style>
a { background-color: #D13653; }
a { background-color: rgb(209,54,83); }
div.DivClassName
{
background-color: #D13653;
}
.BgClassName
{
background-color: #D13653;
}
</style>
border-color css
<style>
span { border-color: #D13653; }
span { border-color: rgb(209,54,83); }
td.TdClassName
{
border-color: #D13653;
}
.TagClassName
{
border-color: #D13653;
}
</style>