Shades of Old Rose #B63D47
Tints of Old Rose #B63D47
RGB
CMYK
RGB Variations
Color information
#B63D47 (or 0xB63D47) is known color: Old Rose. HEX triplet: B6, 3D and 47. RGB value is (182,61,71). Sum of RGB (Red+Green+Blue) = 182+61+71=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D47 is #49C2B8. Grayscale: #626262. Windows color (decimal): -4833977 or 4668854. OLE color: 4668854.
HSL color Cylindrical-coordinate representation of color #B63D47: hue angle of 355.04º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D47 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 71 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.29 |
| HSL | 355.04º | 0.5% | 0.48% | - |
| HSV(B) | 355.04º | 0.66% | 0.71% | - |
| XYZ | 22.1 | 13.74 | 7.45 | - |
| YUV | 98.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 71 | 0 | 0.66 | 0.61 | 0.29 | 355.04 | 0.5 | 0.48 |
| Hex | B6 | 3D | 47 | 0 | 42 | 3D | 1D | 163 | 32 | 30 |
| Octal | 266 | 75 | 107 | 0 | 102 | 75 | 35 | 543 | 62 | 60 |
| Binary | 10110110 | 111101 | 1000111 | 0 | 1000010 | 111101 | 11101 | 101100011 | 110010 | 110000 |
Color Harmonies of #B63D47
Complementary color
Monochromatic Colors of #B63D47
Black with #B63D47
Text Example
Text Example
White with #B63D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D47; }
p { color: rgb(182,61,71); }
H1.HeaderClassName
{
color: #B63D47;
}
.AnyTagClassName
{
color: #B63D47;
}
</style>
background-color css
<style>
a { background-color: #B63D47; }
a { background-color: rgb(182,61,71); }
div.DivClassName
{
background-color: #B63D47;
}
.BgClassName
{
background-color: #B63D47;
}
</style>
border-color css
<style>
span { border-color: #B63D47; }
span { border-color: rgb(182,61,71); }
td.TdClassName
{
border-color: #B63D47;
}
.TagClassName
{
border-color: #B63D47;
}
</style>