Shades of Rouge #B13C68
Tints of Rouge #B13C68
RGB
CMYK
RGB Variations
Color information
#B13C68 (or 0xB13C68) is known color: Rouge. HEX triplet: B1, 3C and 68. RGB value is (177,60,104). Sum of RGB (Red+Green+Blue) = 177+60+104=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C68 is #4EC397. Grayscale: #636363. Windows color (decimal): -5161880 or 6831281. OLE color: 6831281.
HSL color Cylindrical-coordinate representation of color #B13C68: hue angle of 337.44º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13C68 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 104 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.31 |
| HSL | 337.44º | 0.49% | 0.46% | - |
| HSV(B) | 337.44º | 0.66% | 0.69% | - |
| XYZ | 22.25 | 13.58 | 14.55 | - |
| YUV | 100 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 104 | 0 | 0.66 | 0.41 | 0.31 | 337.44 | 0.49 | 0.46 |
| Hex | B1 | 3C | 68 | 0 | 42 | 29 | 1F | 151 | 31 | 2E |
| Octal | 261 | 74 | 150 | 0 | 102 | 51 | 37 | 521 | 61 | 56 |
| Binary | 10110001 | 111100 | 1101000 | 0 | 1000010 | 101001 | 11111 | 101010001 | 110001 | 101110 |
Color Harmonies of #B13C68
Complementary color
Monochromatic Colors of #B13C68
Black with #B13C68
Text Example
Text Example
White with #B13C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C68; }
p { color: rgb(177,60,104); }
H1.HeaderClassName
{
color: #B13C68;
}
.AnyTagClassName
{
color: #B13C68;
}
</style>
background-color css
<style>
a { background-color: #B13C68; }
a { background-color: rgb(177,60,104); }
div.DivClassName
{
background-color: #B13C68;
}
.BgClassName
{
background-color: #B13C68;
}
</style>
border-color css
<style>
span { border-color: #B13C68; }
span { border-color: rgb(177,60,104); }
td.TdClassName
{
border-color: #B13C68;
}
.TagClassName
{
border-color: #B13C68;
}
</style>