Shades of Old Rose #C31D59
Tints of Old Rose #C31D59
RGB
CMYK
RGB Variations
Color information
#C31D59 (or 0xC31D59) is known color: Old Rose. HEX triplet: C3, 1D and 59. RGB value is (195,29,89). Sum of RGB (Red+Green+Blue) = 195+29+89=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31D59 is #3CE2A6. Grayscale: #555555. Windows color (decimal): -3990183 or 5840323. OLE color: 5840323.
HSL color Cylindrical-coordinate representation of color #C31D59: hue angle of 338.31º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D59 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 89 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.24 |
| HSL | 338.31º | 0.74% | 0.44% | - |
| HSV(B) | 338.31º | 0.85% | 0.76% | - |
| XYZ | 24.75 | 13.2 | 10.7 | - |
| YUV | 85.47 | 130 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 89 | 0 | 0.85 | 0.54 | 0.24 | 338.31 | 0.74 | 0.44 |
| Hex | C3 | 1D | 59 | 0 | 55 | 36 | 18 | 152 | 4A | 2C |
| Octal | 303 | 35 | 131 | 0 | 125 | 66 | 30 | 522 | 112 | 54 |
| Binary | 11000011 | 11101 | 1011001 | 0 | 1010101 | 110110 | 11000 | 101010010 | 1001010 | 101100 |
Color Harmonies of #C31D59
Complementary color
Monochromatic Colors of #C31D59
Black with #C31D59
Text Example
Text Example
White with #C31D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D59; }
p { color: rgb(195,29,89); }
H1.HeaderClassName
{
color: #C31D59;
}
.AnyTagClassName
{
color: #C31D59;
}
</style>
background-color css
<style>
a { background-color: #C31D59; }
a { background-color: rgb(195,29,89); }
div.DivClassName
{
background-color: #C31D59;
}
.BgClassName
{
background-color: #C31D59;
}
</style>
border-color css
<style>
span { border-color: #C31D59; }
span { border-color: rgb(195,29,89); }
td.TdClassName
{
border-color: #C31D59;
}
.TagClassName
{
border-color: #C31D59;
}
</style>