Shades of Rouge #B73769
Tints of Rouge #B73769
RGB
CMYK
RGB Variations
Color information
#B73769 (or 0xB73769) is known color: Rouge. HEX triplet: B7, 37 and 69. RGB value is (183,55,105). Sum of RGB (Red+Green+Blue) = 183+55+105=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B73769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73769 is #48C896. Grayscale: #626262. Windows color (decimal): -4769943 or 6895543. OLE color: 6895543.
HSL color Cylindrical-coordinate representation of color #B73769: hue angle of 336.56º 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 #B73769 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 105 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.28 |
| HSL | 336.56º | 0.54% | 0.47% | - |
| HSV(B) | 336.56º | 0.7% | 0.72% | - |
| XYZ | 23.44 | 13.82 | 14.8 | - |
| YUV | 98.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 105 | 0 | 0.70 | 0.43 | 0.28 | 336.56 | 0.54 | 0.47 |
| Hex | B7 | 37 | 69 | 0 | 46 | 2B | 1C | 151 | 36 | 2F |
| Octal | 267 | 67 | 151 | 0 | 106 | 53 | 34 | 521 | 66 | 57 |
| Binary | 10110111 | 110111 | 1101001 | 0 | 1000110 | 101011 | 11100 | 101010001 | 110110 | 101111 |
Color Harmonies of #B73769
Complementary color
Monochromatic Colors of #B73769
Black with #B73769
Text Example
Text Example
White with #B73769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73769; }
p { color: rgb(183,55,105); }
H1.HeaderClassName
{
color: #B73769;
}
.AnyTagClassName
{
color: #B73769;
}
</style>
background-color css
<style>
a { background-color: #B73769; }
a { background-color: rgb(183,55,105); }
div.DivClassName
{
background-color: #B73769;
}
.BgClassName
{
background-color: #B73769;
}
</style>
border-color css
<style>
span { border-color: #B73769; }
span { border-color: rgb(183,55,105); }
td.TdClassName
{
border-color: #B73769;
}
.TagClassName
{
border-color: #B73769;
}
</style>