Shades of Old Rose #C91B4D
Tints of Old Rose #C91B4D
RGB
CMYK
RGB Variations
Color information
#C91B4D (or 0xC91B4D) is known color: Old Rose. HEX triplet: C9, 1B and 4D. RGB value is (201,27,77). Sum of RGB (Red+Green+Blue) = 201+27+77=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91B4D is #36E4B2. Grayscale: #545454. Windows color (decimal): -3597491 or 5053385. OLE color: 5053385.
HSL color Cylindrical-coordinate representation of color #C91B4D: hue angle of 342.76º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91B4D is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 77 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.21 |
| HSL | 342.76º | 0.76% | 0.45% | - |
| HSV(B) | 342.76º | 0.87% | 0.79% | - |
| XYZ | 25.82 | 13.74 | 8.31 | - |
| YUV | 84.73 | 123.65 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 77 | 0 | 0.87 | 0.62 | 0.21 | 342.76 | 0.76 | 0.45 |
| Hex | C9 | 1B | 4D | 0 | 57 | 3E | 15 | 157 | 4C | 2D |
| Octal | 311 | 33 | 115 | 0 | 127 | 76 | 25 | 527 | 114 | 55 |
| Binary | 11001001 | 11011 | 1001101 | 0 | 1010111 | 111110 | 10101 | 101010111 | 1001100 | 101101 |
Color Harmonies of #C91B4D
Complementary color
Monochromatic Colors of #C91B4D
Black with #C91B4D
Text Example
Text Example
White with #C91B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B4D; }
p { color: rgb(201,27,77); }
H1.HeaderClassName
{
color: #C91B4D;
}
.AnyTagClassName
{
color: #C91B4D;
}
</style>
background-color css
<style>
a { background-color: #C91B4D; }
a { background-color: rgb(201,27,77); }
div.DivClassName
{
background-color: #C91B4D;
}
.BgClassName
{
background-color: #C91B4D;
}
</style>
border-color css
<style>
span { border-color: #C91B4D; }
span { border-color: rgb(201,27,77); }
td.TdClassName
{
border-color: #C91B4D;
}
.TagClassName
{
border-color: #C91B4D;
}
</style>