Shades of Rouge #B34564
Tints of Rouge #B34564
RGB
CMYK
RGB Variations
Color information
#B34564 (or 0xB34564) is known color: Rouge. HEX triplet: B3, 45 and 64. RGB value is (179,69,100). Sum of RGB (Red+Green+Blue) = 179+69+100=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B34564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34564 is #4CBA9B. Grayscale: #696969. Windows color (decimal): -5028508 or 6571443. OLE color: 6571443.
HSL color Cylindrical-coordinate representation of color #B34564: hue angle of 343.09º 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 #B34564 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 100 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.30 |
| HSL | 343.09º | 0.44% | 0.49% | - |
| HSV(B) | 343.09º | 0.61% | 0.7% | - |
| XYZ | 23.02 | 14.76 | 13.69 | - |
| YUV | 105.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 100 | 0 | 0.61 | 0.44 | 0.30 | 343.09 | 0.44 | 0.49 |
| Hex | B3 | 45 | 64 | 0 | 3D | 2C | 1E | 157 | 2C | 31 |
| Octal | 263 | 105 | 144 | 0 | 75 | 54 | 36 | 527 | 54 | 61 |
| Binary | 10110011 | 1000101 | 1100100 | 0 | 111101 | 101100 | 11110 | 101010111 | 101100 | 110001 |
Color Harmonies of #B34564
Complementary color
Monochromatic Colors of #B34564
Black with #B34564
Text Example
Text Example
White with #B34564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34564; }
p { color: rgb(179,69,100); }
H1.HeaderClassName
{
color: #B34564;
}
.AnyTagClassName
{
color: #B34564;
}
</style>
background-color css
<style>
a { background-color: #B34564; }
a { background-color: rgb(179,69,100); }
div.DivClassName
{
background-color: #B34564;
}
.BgClassName
{
background-color: #B34564;
}
</style>
border-color css
<style>
span { border-color: #B34564; }
span { border-color: rgb(179,69,100); }
td.TdClassName
{
border-color: #B34564;
}
.TagClassName
{
border-color: #B34564;
}
</style>