Shades of Rouge #B73765
Tints of Rouge #B73765
RGB
CMYK
RGB Variations
Color information
#B73765 (or 0xB73765) is known color: Rouge. HEX triplet: B7, 37 and 65. RGB value is (183,55,101). Sum of RGB (Red+Green+Blue) = 183+55+101=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B73765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73765 is #48C89A. Grayscale: #626262. Windows color (decimal): -4769947 or 6633399. OLE color: 6633399.
HSL color Cylindrical-coordinate representation of color #B73765: hue angle of 338.44º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73765 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 101 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.28 |
| HSL | 338.44º | 0.54% | 0.47% | - |
| HSV(B) | 338.44º | 0.7% | 0.72% | - |
| XYZ | 23.24 | 13.74 | 13.74 | - |
| YUV | 98.52 | 129.41 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 101 | 0 | 0.70 | 0.45 | 0.28 | 338.44 | 0.54 | 0.47 |
| Hex | B7 | 37 | 65 | 0 | 46 | 2D | 1C | 152 | 36 | 2F |
| Octal | 267 | 67 | 145 | 0 | 106 | 55 | 34 | 522 | 66 | 57 |
| Binary | 10110111 | 110111 | 1100101 | 0 | 1000110 | 101101 | 11100 | 101010010 | 110110 | 101111 |
Color Harmonies of #B73765
Complementary color
Monochromatic Colors of #B73765
Black with #B73765
Text Example
Text Example
White with #B73765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73765; }
p { color: rgb(183,55,101); }
H1.HeaderClassName
{
color: #B73765;
}
.AnyTagClassName
{
color: #B73765;
}
</style>
background-color css
<style>
a { background-color: #B73765; }
a { background-color: rgb(183,55,101); }
div.DivClassName
{
background-color: #B73765;
}
.BgClassName
{
background-color: #B73765;
}
</style>
border-color css
<style>
span { border-color: #B73765; }
span { border-color: rgb(183,55,101); }
td.TdClassName
{
border-color: #B73765;
}
.TagClassName
{
border-color: #B73765;
}
</style>