Shades of Rouge #B73065
Tints of Rouge #B73065
RGB
CMYK
RGB Variations
Color information
#B73065 (or 0xB73065) is known color: Rouge. HEX triplet: B7, 30 and 65. RGB value is (183,48,101). Sum of RGB (Red+Green+Blue) = 183+48+101=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B73065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73065 is #48CF9A. Grayscale: #5E5E5E. Windows color (decimal): -4771739 or 6631607. OLE color: 6631607.
HSL color Cylindrical-coordinate representation of color #B73065: hue angle of 336.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73065 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 101 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.28 |
| HSL | 336.44º | 0.58% | 0.45% | - |
| HSV(B) | 336.44º | 0.74% | 0.72% | - |
| XYZ | 22.93 | 13.12 | 13.64 | - |
| YUV | 94.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 101 | 0 | 0.74 | 0.45 | 0.28 | 336.44 | 0.58 | 0.45 |
| Hex | B7 | 30 | 65 | 0 | 4A | 2D | 1C | 150 | 3A | 2D |
| Octal | 267 | 60 | 145 | 0 | 112 | 55 | 34 | 520 | 72 | 55 |
| Binary | 10110111 | 110000 | 1100101 | 0 | 1001010 | 101101 | 11100 | 101010000 | 111010 | 101101 |
Color Harmonies of #B73065
Complementary color
Monochromatic Colors of #B73065
Black with #B73065
Text Example
Text Example
White with #B73065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73065; }
p { color: rgb(183,48,101); }
H1.HeaderClassName
{
color: #B73065;
}
.AnyTagClassName
{
color: #B73065;
}
</style>
background-color css
<style>
a { background-color: #B73065; }
a { background-color: rgb(183,48,101); }
div.DivClassName
{
background-color: #B73065;
}
.BgClassName
{
background-color: #B73065;
}
</style>
border-color css
<style>
span { border-color: #B73065; }
span { border-color: rgb(183,48,101); }
td.TdClassName
{
border-color: #B73065;
}
.TagClassName
{
border-color: #B73065;
}
</style>