Shades of Rouge #B34565
Tints of Rouge #B34565
RGB
CMYK
RGB Variations
Color information
#B34565 (or 0xB34565) is known color: Rouge. HEX triplet: B3, 45 and 65. RGB value is (179,69,101). Sum of RGB (Red+Green+Blue) = 179+69+101=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B34565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34565 is #4CBA9A. Grayscale: #696969. Windows color (decimal): -5028507 or 6636979. OLE color: 6636979.
HSL color Cylindrical-coordinate representation of color #B34565: hue angle of 342.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34565 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 101 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.30 |
| HSL | 342.55º | 0.44% | 0.49% | - |
| HSV(B) | 342.55º | 0.61% | 0.7% | - |
| XYZ | 23.07 | 14.78 | 13.95 | - |
| YUV | 105.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 101 | 0 | 0.61 | 0.44 | 0.30 | 342.55 | 0.44 | 0.49 |
| Hex | B3 | 45 | 65 | 0 | 3D | 2C | 1E | 157 | 2C | 31 |
| Octal | 263 | 105 | 145 | 0 | 75 | 54 | 36 | 527 | 54 | 61 |
| Binary | 10110011 | 1000101 | 1100101 | 0 | 111101 | 101100 | 11110 | 101010111 | 101100 | 110001 |
Color Harmonies of #B34565
Complementary color
Monochromatic Colors of #B34565
Black with #B34565
Text Example
Text Example
White with #B34565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34565; }
p { color: rgb(179,69,101); }
H1.HeaderClassName
{
color: #B34565;
}
.AnyTagClassName
{
color: #B34565;
}
</style>
background-color css
<style>
a { background-color: #B34565; }
a { background-color: rgb(179,69,101); }
div.DivClassName
{
background-color: #B34565;
}
.BgClassName
{
background-color: #B34565;
}
</style>
border-color css
<style>
span { border-color: #B34565; }
span { border-color: rgb(179,69,101); }
td.TdClassName
{
border-color: #B34565;
}
.TagClassName
{
border-color: #B34565;
}
</style>