Shades of Rouge #B73B64
Tints of Rouge #B73B64
RGB
CMYK
RGB Variations
Color information
#B73B64 (or 0xB73B64) is known color: Rouge. HEX triplet: B7, 3B and 64. RGB value is (183,59,100). Sum of RGB (Red+Green+Blue) = 183+59+100=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73B64 is #48C49B. Grayscale: #646464. Windows color (decimal): -4768924 or 6568887. OLE color: 6568887.
HSL color Cylindrical-coordinate representation of color #B73B64: hue angle of 340.16º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73B64 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 100 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.28 |
| HSL | 340.16º | 0.51% | 0.47% | - |
| HSV(B) | 340.16º | 0.68% | 0.72% | - |
| XYZ | 23.39 | 14.12 | 13.55 | - |
| YUV | 100.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 100 | 0 | 0.68 | 0.45 | 0.28 | 340.16 | 0.51 | 0.47 |
| Hex | B7 | 3B | 64 | 0 | 44 | 2D | 1C | 154 | 33 | 2F |
| Octal | 267 | 73 | 144 | 0 | 104 | 55 | 34 | 524 | 63 | 57 |
| Binary | 10110111 | 111011 | 1100100 | 0 | 1000100 | 101101 | 11100 | 101010100 | 110011 | 101111 |
Color Harmonies of #B73B64
Complementary color
Monochromatic Colors of #B73B64
Black with #B73B64
Text Example
Text Example
White with #B73B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B64; }
p { color: rgb(183,59,100); }
H1.HeaderClassName
{
color: #B73B64;
}
.AnyTagClassName
{
color: #B73B64;
}
</style>
background-color css
<style>
a { background-color: #B73B64; }
a { background-color: rgb(183,59,100); }
div.DivClassName
{
background-color: #B73B64;
}
.BgClassName
{
background-color: #B73B64;
}
</style>
border-color css
<style>
span { border-color: #B73B64; }
span { border-color: rgb(183,59,100); }
td.TdClassName
{
border-color: #B73B64;
}
.TagClassName
{
border-color: #B73B64;
}
</style>