Shades of Rouge #B53F6A
Tints of Rouge #B53F6A
RGB
CMYK
RGB Variations
Color information
#B53F6A (or 0xB53F6A) is known color: Rouge. HEX triplet: B5, 3F and 6A. RGB value is (181,63,106). Sum of RGB (Red+Green+Blue) = 181+63+106=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F6A is #4AC095. Grayscale: #676767. Windows color (decimal): -4898966 or 6963125. OLE color: 6963125.
HSL color Cylindrical-coordinate representation of color #B53F6A: hue angle of 338.14º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53F6A is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 106 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.29 |
| HSL | 338.14º | 0.48% | 0.48% | - |
| HSV(B) | 338.14º | 0.65% | 0.71% | - |
| XYZ | 23.44 | 14.42 | 15.18 | - |
| YUV | 103.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 106 | 0 | 0.65 | 0.41 | 0.29 | 338.14 | 0.48 | 0.48 |
| Hex | B5 | 3F | 6A | 0 | 41 | 29 | 1D | 152 | 30 | 30 |
| Octal | 265 | 77 | 152 | 0 | 101 | 51 | 35 | 522 | 60 | 60 |
| Binary | 10110101 | 111111 | 1101010 | 0 | 1000001 | 101001 | 11101 | 101010010 | 110000 | 110000 |
Color Harmonies of #B53F6A
Complementary color
Monochromatic Colors of #B53F6A
Black with #B53F6A
Text Example
Text Example
White with #B53F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F6A; }
p { color: rgb(181,63,106); }
H1.HeaderClassName
{
color: #B53F6A;
}
.AnyTagClassName
{
color: #B53F6A;
}
</style>
background-color css
<style>
a { background-color: #B53F6A; }
a { background-color: rgb(181,63,106); }
div.DivClassName
{
background-color: #B53F6A;
}
.BgClassName
{
background-color: #B53F6A;
}
</style>
border-color css
<style>
span { border-color: #B53F6A; }
span { border-color: rgb(181,63,106); }
td.TdClassName
{
border-color: #B53F6A;
}
.TagClassName
{
border-color: #B53F6A;
}
</style>