Shades of Rouge #B73C63
Tints of Rouge #B73C63
RGB
CMYK
RGB Variations
Color information
#B73C63 (or 0xB73C63) is known color: Rouge. HEX triplet: B7, 3C and 63. RGB value is (183,60,99). Sum of RGB (Red+Green+Blue) = 183+60+99=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73C63 is #48C39C. Grayscale: #656565. Windows color (decimal): -4768669 or 6503607. OLE color: 6503607.
HSL color Cylindrical-coordinate representation of color #B73C63: hue angle of 340.98º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73C63 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 99 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.28 |
| HSL | 340.98º | 0.51% | 0.48% | - |
| HSV(B) | 340.98º | 0.67% | 0.72% | - |
| XYZ | 23.4 | 14.2 | 13.31 | - |
| YUV | 101.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 99 | 0 | 0.67 | 0.46 | 0.28 | 340.98 | 0.51 | 0.48 |
| Hex | B7 | 3C | 63 | 0 | 43 | 2E | 1C | 155 | 33 | 30 |
| Octal | 267 | 74 | 143 | 0 | 103 | 56 | 34 | 525 | 63 | 60 |
| Binary | 10110111 | 111100 | 1100011 | 0 | 1000011 | 101110 | 11100 | 101010101 | 110011 | 110000 |
Color Harmonies of #B73C63
Complementary color
Monochromatic Colors of #B73C63
Black with #B73C63
Text Example
Text Example
White with #B73C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C63; }
p { color: rgb(183,60,99); }
H1.HeaderClassName
{
color: #B73C63;
}
.AnyTagClassName
{
color: #B73C63;
}
</style>
background-color css
<style>
a { background-color: #B73C63; }
a { background-color: rgb(183,60,99); }
div.DivClassName
{
background-color: #B73C63;
}
.BgClassName
{
background-color: #B73C63;
}
</style>
border-color css
<style>
span { border-color: #B73C63; }
span { border-color: rgb(183,60,99); }
td.TdClassName
{
border-color: #B73C63;
}
.TagClassName
{
border-color: #B73C63;
}
</style>