Shades of Rouge #B73968
Tints of Rouge #B73968
RGB
CMYK
RGB Variations
Color information
#B73968 (or 0xB73968) is known color: Rouge. HEX triplet: B7, 39 and 68. RGB value is (183,57,104). Sum of RGB (Red+Green+Blue) = 183+57+104=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B73968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73968 is #48C697. Grayscale: #636363. Windows color (decimal): -4769432 or 6830519. OLE color: 6830519.
HSL color Cylindrical-coordinate representation of color #B73968: hue angle of 337.62º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73968 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 104 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.28 |
| HSL | 337.62º | 0.53% | 0.47% | - |
| HSV(B) | 337.62º | 0.69% | 0.72% | - |
| XYZ | 23.49 | 13.99 | 14.56 | - |
| YUV | 100.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 104 | 0 | 0.69 | 0.43 | 0.28 | 337.62 | 0.53 | 0.47 |
| Hex | B7 | 39 | 68 | 0 | 45 | 2B | 1C | 152 | 34 | 2F |
| Octal | 267 | 71 | 150 | 0 | 105 | 53 | 34 | 522 | 64 | 57 |
| Binary | 10110111 | 111001 | 1101000 | 0 | 1000101 | 101011 | 11100 | 101010010 | 110100 | 101111 |
Color Harmonies of #B73968
Complementary color
Monochromatic Colors of #B73968
Black with #B73968
Text Example
Text Example
White with #B73968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73968; }
p { color: rgb(183,57,104); }
H1.HeaderClassName
{
color: #B73968;
}
.AnyTagClassName
{
color: #B73968;
}
</style>
background-color css
<style>
a { background-color: #B73968; }
a { background-color: rgb(183,57,104); }
div.DivClassName
{
background-color: #B73968;
}
.BgClassName
{
background-color: #B73968;
}
</style>
border-color css
<style>
span { border-color: #B73968; }
span { border-color: rgb(183,57,104); }
td.TdClassName
{
border-color: #B73968;
}
.TagClassName
{
border-color: #B73968;
}
</style>