Shades of Old Rose #C41D5B
Tints of Old Rose #C41D5B
RGB
CMYK
RGB Variations
Color information
#C41D5B (or 0xC41D5B) is known color: Old Rose. HEX triplet: C4, 1D and 5B. RGB value is (196,29,91). Sum of RGB (Red+Green+Blue) = 196+29+91=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41D5B is #3BE2A4. Grayscale: #555555. Windows color (decimal): -3924645 or 5971396. OLE color: 5971396.
HSL color Cylindrical-coordinate representation of color #C41D5B: hue angle of 337.72º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41D5B is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 91 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.23 |
| HSL | 337.72º | 0.74% | 0.44% | - |
| HSV(B) | 337.72º | 0.85% | 0.77% | - |
| XYZ | 25.09 | 13.37 | 11.16 | - |
| YUV | 86 | 130.83 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 91 | 0 | 0.85 | 0.54 | 0.23 | 337.72 | 0.74 | 0.44 |
| Hex | C4 | 1D | 5B | 0 | 55 | 36 | 17 | 152 | 4A | 2C |
| Octal | 304 | 35 | 133 | 0 | 125 | 66 | 27 | 522 | 112 | 54 |
| Binary | 11000100 | 11101 | 1011011 | 0 | 1010101 | 110110 | 10111 | 101010010 | 1001010 | 101100 |
Color Harmonies of #C41D5B
Complementary color
Monochromatic Colors of #C41D5B
Black with #C41D5B
Text Example
Text Example
White with #C41D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D5B; }
p { color: rgb(196,29,91); }
H1.HeaderClassName
{
color: #C41D5B;
}
.AnyTagClassName
{
color: #C41D5B;
}
</style>
background-color css
<style>
a { background-color: #C41D5B; }
a { background-color: rgb(196,29,91); }
div.DivClassName
{
background-color: #C41D5B;
}
.BgClassName
{
background-color: #C41D5B;
}
</style>
border-color css
<style>
span { border-color: #C41D5B; }
span { border-color: rgb(196,29,91); }
td.TdClassName
{
border-color: #C41D5B;
}
.TagClassName
{
border-color: #C41D5B;
}
</style>