Shades of Rouge #B13F67
Tints of Rouge #B13F67
RGB
CMYK
RGB Variations
Color information
#B13F67 (or 0xB13F67) is known color: Rouge. HEX triplet: B1, 3F and 67. RGB value is (177,63,103). Sum of RGB (Red+Green+Blue) = 177+63+103=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F67 is #4EC098. Grayscale: #656565. Windows color (decimal): -5161113 or 6766513. OLE color: 6766513.
HSL color Cylindrical-coordinate representation of color #B13F67: hue angle of 338.95º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13F67 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 103 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.31 |
| HSL | 338.95º | 0.48% | 0.47% | - |
| HSV(B) | 338.95º | 0.64% | 0.69% | - |
| XYZ | 22.36 | 13.88 | 14.33 | - |
| YUV | 101.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 103 | 0 | 0.64 | 0.42 | 0.31 | 338.95 | 0.48 | 0.47 |
| Hex | B1 | 3F | 67 | 0 | 40 | 2A | 1F | 153 | 30 | 2F |
| Octal | 261 | 77 | 147 | 0 | 100 | 52 | 37 | 523 | 60 | 57 |
| Binary | 10110001 | 111111 | 1100111 | 0 | 1000000 | 101010 | 11111 | 101010011 | 110000 | 101111 |
Color Harmonies of #B13F67
Complementary color
Monochromatic Colors of #B13F67
Black with #B13F67
Text Example
Text Example
White with #B13F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F67; }
p { color: rgb(177,63,103); }
H1.HeaderClassName
{
color: #B13F67;
}
.AnyTagClassName
{
color: #B13F67;
}
</style>
background-color css
<style>
a { background-color: #B13F67; }
a { background-color: rgb(177,63,103); }
div.DivClassName
{
background-color: #B13F67;
}
.BgClassName
{
background-color: #B13F67;
}
</style>
border-color css
<style>
span { border-color: #B13F67; }
span { border-color: rgb(177,63,103); }
td.TdClassName
{
border-color: #B13F67;
}
.TagClassName
{
border-color: #B13F67;
}
</style>