Shades of Rouge #B53265
Tints of Rouge #B53265
RGB
CMYK
RGB Variations
Color information
#B53265 (or 0xB53265) is known color: Rouge. HEX triplet: B5, 32 and 65. RGB value is (181,50,101). Sum of RGB (Red+Green+Blue) = 181+50+101=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B53265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53265 is #4ACD9A. Grayscale: #5E5E5E. Windows color (decimal): -4902299 or 6632117. OLE color: 6632117.
HSL color Cylindrical-coordinate representation of color #B53265: hue angle of 336.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53265 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 101 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.29 |
| HSL | 336.64º | 0.57% | 0.45% | - |
| HSV(B) | 336.64º | 0.72% | 0.71% | - |
| XYZ | 22.55 | 13.04 | 13.64 | - |
| YUV | 94.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 101 | 0 | 0.72 | 0.44 | 0.29 | 336.64 | 0.57 | 0.45 |
| Hex | B5 | 32 | 65 | 0 | 48 | 2C | 1D | 151 | 39 | 2D |
| Octal | 265 | 62 | 145 | 0 | 110 | 54 | 35 | 521 | 71 | 55 |
| Binary | 10110101 | 110010 | 1100101 | 0 | 1001000 | 101100 | 11101 | 101010001 | 111001 | 101101 |
Color Harmonies of #B53265
Complementary color
Monochromatic Colors of #B53265
Black with #B53265
Text Example
Text Example
White with #B53265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53265; }
p { color: rgb(181,50,101); }
H1.HeaderClassName
{
color: #B53265;
}
.AnyTagClassName
{
color: #B53265;
}
</style>
background-color css
<style>
a { background-color: #B53265; }
a { background-color: rgb(181,50,101); }
div.DivClassName
{
background-color: #B53265;
}
.BgClassName
{
background-color: #B53265;
}
</style>
border-color css
<style>
span { border-color: #B53265; }
span { border-color: rgb(181,50,101); }
td.TdClassName
{
border-color: #B53265;
}
.TagClassName
{
border-color: #B53265;
}
</style>