Shades of Rouge #B53567
Tints of Rouge #B53567
RGB
CMYK
RGB Variations
Color information
#B53567 (or 0xB53567) is known color: Rouge. HEX triplet: B5, 35 and 67. RGB value is (181,53,103). Sum of RGB (Red+Green+Blue) = 181+53+103=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B53567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53567 is #4ACA98. Grayscale: #606060. Windows color (decimal): -4901529 or 6763957. OLE color: 6763957.
HSL color Cylindrical-coordinate representation of color #B53567: hue angle of 336.56º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53567 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 103 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.29 |
| HSL | 336.56º | 0.55% | 0.46% | - |
| HSV(B) | 336.56º | 0.71% | 0.71% | - |
| XYZ | 22.78 | 13.35 | 14.21 | - |
| YUV | 96.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 103 | 0 | 0.71 | 0.43 | 0.29 | 336.56 | 0.55 | 0.46 |
| Hex | B5 | 35 | 67 | 0 | 47 | 2B | 1D | 151 | 37 | 2E |
| Octal | 265 | 65 | 147 | 0 | 107 | 53 | 35 | 521 | 67 | 56 |
| Binary | 10110101 | 110101 | 1100111 | 0 | 1000111 | 101011 | 11101 | 101010001 | 110111 | 101110 |
Color Harmonies of #B53567
Complementary color
Monochromatic Colors of #B53567
Black with #B53567
Text Example
Text Example
White with #B53567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53567; }
p { color: rgb(181,53,103); }
H1.HeaderClassName
{
color: #B53567;
}
.AnyTagClassName
{
color: #B53567;
}
</style>
background-color css
<style>
a { background-color: #B53567; }
a { background-color: rgb(181,53,103); }
div.DivClassName
{
background-color: #B53567;
}
.BgClassName
{
background-color: #B53567;
}
</style>
border-color css
<style>
span { border-color: #B53567; }
span { border-color: rgb(181,53,103); }
td.TdClassName
{
border-color: #B53567;
}
.TagClassName
{
border-color: #B53567;
}
</style>