Shades of Rouge #B54368
Tints of Rouge #B54368
RGB
CMYK
RGB Variations
Color information
#B54368 (or 0xB54368) is known color: Rouge. HEX triplet: B5, 43 and 68. RGB value is (181,67,104). Sum of RGB (Red+Green+Blue) = 181+67+104=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B54368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54368 is #4ABC97. Grayscale: #696969. Windows color (decimal): -4897944 or 6833077. OLE color: 6833077.
HSL color Cylindrical-coordinate representation of color #B54368: hue angle of 340.53º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54368 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 104 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.29 |
| HSL | 340.53º | 0.46% | 0.49% | - |
| HSV(B) | 340.53º | 0.63% | 0.71% | - |
| XYZ | 23.56 | 14.84 | 14.72 | - |
| YUV | 105.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 104 | 0 | 0.63 | 0.43 | 0.29 | 340.53 | 0.46 | 0.49 |
| Hex | B5 | 43 | 68 | 0 | 3F | 2B | 1D | 155 | 2E | 31 |
| Octal | 265 | 103 | 150 | 0 | 77 | 53 | 35 | 525 | 56 | 61 |
| Binary | 10110101 | 1000011 | 1101000 | 0 | 111111 | 101011 | 11101 | 101010101 | 101110 | 110001 |
Color Harmonies of #B54368
Complementary color
Monochromatic Colors of #B54368
Black with #B54368
Text Example
Text Example
White with #B54368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54368; }
p { color: rgb(181,67,104); }
H1.HeaderClassName
{
color: #B54368;
}
.AnyTagClassName
{
color: #B54368;
}
</style>
background-color css
<style>
a { background-color: #B54368; }
a { background-color: rgb(181,67,104); }
div.DivClassName
{
background-color: #B54368;
}
.BgClassName
{
background-color: #B54368;
}
</style>
border-color css
<style>
span { border-color: #B54368; }
span { border-color: rgb(181,67,104); }
td.TdClassName
{
border-color: #B54368;
}
.TagClassName
{
border-color: #B54368;
}
</style>