Shades of Old Rose #B7275D
Tints of Old Rose #B7275D
RGB
CMYK
RGB Variations
Color information
#B7275D (or 0xB7275D) is known color: Old Rose. HEX triplet: B7, 27 and 5D. RGB value is (183,39,93). Sum of RGB (Red+Green+Blue) = 183+39+93=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B7275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7275D is #48D8A2. Grayscale: #585858. Windows color (decimal): -4774051 or 6105015. OLE color: 6105015.
HSL color Cylindrical-coordinate representation of color #B7275D: hue angle of 337.5º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7275D is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 93 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.28 |
| HSL | 337.5º | 0.65% | 0.44% | - |
| HSV(B) | 337.5º | 0.79% | 0.72% | - |
| XYZ | 22.23 | 12.31 | 11.56 | - |
| YUV | 88.21 | 130.71 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 93 | 0 | 0.79 | 0.49 | 0.28 | 337.5 | 0.65 | 0.44 |
| Hex | B7 | 27 | 5D | 0 | 4F | 31 | 1C | 152 | 41 | 2C |
| Octal | 267 | 47 | 135 | 0 | 117 | 61 | 34 | 522 | 101 | 54 |
| Binary | 10110111 | 100111 | 1011101 | 0 | 1001111 | 110001 | 11100 | 101010010 | 1000001 | 101100 |
Color Harmonies of #B7275D
Complementary color
Monochromatic Colors of #B7275D
Black with #B7275D
Text Example
Text Example
White with #B7275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7275D; }
p { color: rgb(183,39,93); }
H1.HeaderClassName
{
color: #B7275D;
}
.AnyTagClassName
{
color: #B7275D;
}
</style>
background-color css
<style>
a { background-color: #B7275D; }
a { background-color: rgb(183,39,93); }
div.DivClassName
{
background-color: #B7275D;
}
.BgClassName
{
background-color: #B7275D;
}
</style>
border-color css
<style>
span { border-color: #B7275D; }
span { border-color: rgb(183,39,93); }
td.TdClassName
{
border-color: #B7275D;
}
.TagClassName
{
border-color: #B7275D;
}
</style>