Shades of Rouge #B73F60
Tints of Rouge #B73F60
RGB
CMYK
RGB Variations
Color information
#B73F60 (or 0xB73F60) is known color: Rouge. HEX triplet: B7, 3F and 60. RGB value is (183,63,96). Sum of RGB (Red+Green+Blue) = 183+63+96=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F60 is #48C09F. Grayscale: #666666. Windows color (decimal): -4767904 or 6307767. OLE color: 6307767.
HSL color Cylindrical-coordinate representation of color #B73F60: hue angle of 343.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73F60 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 96 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.28 |
| HSL | 343.5º | 0.49% | 0.48% | - |
| HSV(B) | 343.5º | 0.66% | 0.72% | - |
| XYZ | 23.42 | 14.47 | 12.62 | - |
| YUV | 102.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 96 | 0 | 0.66 | 0.48 | 0.28 | 343.5 | 0.49 | 0.48 |
| Hex | B7 | 3F | 60 | 0 | 42 | 30 | 1C | 158 | 31 | 30 |
| Octal | 267 | 77 | 140 | 0 | 102 | 60 | 34 | 530 | 61 | 60 |
| Binary | 10110111 | 111111 | 1100000 | 0 | 1000010 | 110000 | 11100 | 101011000 | 110001 | 110000 |
Color Harmonies of #B73F60
Complementary color
Monochromatic Colors of #B73F60
Black with #B73F60
Text Example
Text Example
White with #B73F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F60; }
p { color: rgb(183,63,96); }
H1.HeaderClassName
{
color: #B73F60;
}
.AnyTagClassName
{
color: #B73F60;
}
</style>
background-color css
<style>
a { background-color: #B73F60; }
a { background-color: rgb(183,63,96); }
div.DivClassName
{
background-color: #B73F60;
}
.BgClassName
{
background-color: #B73F60;
}
</style>
border-color css
<style>
span { border-color: #B73F60; }
span { border-color: rgb(183,63,96); }
td.TdClassName
{
border-color: #B73F60;
}
.TagClassName
{
border-color: #B73F60;
}
</style>