Shades of Old Rose #D03651
Tints of Old Rose #D03651
RGB
CMYK
RGB Variations
Color information
#D03651 (or 0xD03651) is known color: Old Rose. HEX triplet: D0, 36 and 51. RGB value is (208,54,81). Sum of RGB (Red+Green+Blue) = 208+54+81=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D03651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03651 is #2FC9AE. Grayscale: #676767. Windows color (decimal): -3131823 or 5322448. OLE color: 5322448.
HSL color Cylindrical-coordinate representation of color #D03651: hue angle of 349.48º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03651 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 81 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.18 |
| HSL | 349.48º | 0.62% | 0.51% | - |
| HSV(B) | 349.48º | 0.74% | 0.82% | - |
| XYZ | 28.82 | 16.64 | 9.48 | - |
| YUV | 103.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 81 | 0 | 0.74 | 0.61 | 0.18 | 349.48 | 0.62 | 0.51 |
| Hex | D0 | 36 | 51 | 0 | 4A | 3D | 12 | 15D | 3E | 33 |
| Octal | 320 | 66 | 121 | 0 | 112 | 75 | 22 | 535 | 76 | 63 |
| Binary | 11010000 | 110110 | 1010001 | 0 | 1001010 | 111101 | 10010 | 101011101 | 111110 | 110011 |
Color Harmonies of #D03651
Complementary color
Monochromatic Colors of #D03651
Black with #D03651
Text Example
Text Example
White with #D03651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03651; }
p { color: rgb(208,54,81); }
H1.HeaderClassName
{
color: #D03651;
}
.AnyTagClassName
{
color: #D03651;
}
</style>
background-color css
<style>
a { background-color: #D03651; }
a { background-color: rgb(208,54,81); }
div.DivClassName
{
background-color: #D03651;
}
.BgClassName
{
background-color: #D03651;
}
</style>
border-color css
<style>
span { border-color: #D03651; }
span { border-color: rgb(208,54,81); }
td.TdClassName
{
border-color: #D03651;
}
.TagClassName
{
border-color: #D03651;
}
</style>