Shades of Rouge #B73467
Tints of Rouge #B73467
RGB
CMYK
RGB Variations
Color information
#B73467 (or 0xB73467) is known color: Rouge. HEX triplet: B7, 34 and 67. RGB value is (183,52,103). Sum of RGB (Red+Green+Blue) = 183+52+103=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B73467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73467 is #48CB98. Grayscale: #606060. Windows color (decimal): -4770713 or 6763703. OLE color: 6763703.
HSL color Cylindrical-coordinate representation of color #B73467: hue angle of 336.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73467 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 103 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.28 |
| HSL | 336.64º | 0.56% | 0.46% | - |
| HSV(B) | 336.64º | 0.72% | 0.72% | - |
| XYZ | 23.2 | 13.5 | 14.22 | - |
| YUV | 96.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 103 | 0 | 0.72 | 0.44 | 0.28 | 336.64 | 0.56 | 0.46 |
| Hex | B7 | 34 | 67 | 0 | 48 | 2C | 1C | 151 | 38 | 2E |
| Octal | 267 | 64 | 147 | 0 | 110 | 54 | 34 | 521 | 70 | 56 |
| Binary | 10110111 | 110100 | 1100111 | 0 | 1001000 | 101100 | 11100 | 101010001 | 111000 | 101110 |
Color Harmonies of #B73467
Complementary color
Monochromatic Colors of #B73467
Black with #B73467
Text Example
Text Example
White with #B73467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73467; }
p { color: rgb(183,52,103); }
H1.HeaderClassName
{
color: #B73467;
}
.AnyTagClassName
{
color: #B73467;
}
</style>
background-color css
<style>
a { background-color: #B73467; }
a { background-color: rgb(183,52,103); }
div.DivClassName
{
background-color: #B73467;
}
.BgClassName
{
background-color: #B73467;
}
</style>
border-color css
<style>
span { border-color: #B73467; }
span { border-color: rgb(183,52,103); }
td.TdClassName
{
border-color: #B73467;
}
.TagClassName
{
border-color: #B73467;
}
</style>