Shades of Rouge #B34567
Tints of Rouge #B34567
RGB
CMYK
RGB Variations
Color information
#B34567 (or 0xB34567) is known color: Rouge. HEX triplet: B3, 45 and 67. RGB value is (179,69,103). Sum of RGB (Red+Green+Blue) = 179+69+103=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B34567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34567 is #4CBA98. Grayscale: #696969. Windows color (decimal): -5028505 or 6768051. OLE color: 6768051.
HSL color Cylindrical-coordinate representation of color #B34567: hue angle of 341.45º 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 #B34567 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 103 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.30 |
| HSL | 341.45º | 0.44% | 0.49% | - |
| HSV(B) | 341.45º | 0.61% | 0.7% | - |
| XYZ | 23.17 | 14.82 | 14.47 | - |
| YUV | 105.77 | 126.44 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 103 | 0 | 0.61 | 0.42 | 0.30 | 341.45 | 0.44 | 0.49 |
| Hex | B3 | 45 | 67 | 0 | 3D | 2A | 1E | 155 | 2C | 31 |
| Octal | 263 | 105 | 147 | 0 | 75 | 52 | 36 | 525 | 54 | 61 |
| Binary | 10110011 | 1000101 | 1100111 | 0 | 111101 | 101010 | 11110 | 101010101 | 101100 | 110001 |
Color Harmonies of #B34567
Complementary color
Monochromatic Colors of #B34567
Black with #B34567
Text Example
Text Example
White with #B34567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34567; }
p { color: rgb(179,69,103); }
H1.HeaderClassName
{
color: #B34567;
}
.AnyTagClassName
{
color: #B34567;
}
</style>
background-color css
<style>
a { background-color: #B34567; }
a { background-color: rgb(179,69,103); }
div.DivClassName
{
background-color: #B34567;
}
.BgClassName
{
background-color: #B34567;
}
</style>
border-color css
<style>
span { border-color: #B34567; }
span { border-color: rgb(179,69,103); }
td.TdClassName
{
border-color: #B34567;
}
.TagClassName
{
border-color: #B34567;
}
</style>