Shades of Rouge #B53468
Tints of Rouge #B53468
RGB
CMYK
RGB Variations
Color information
#B53468 (or 0xB53468) is known color: Rouge. HEX triplet: B5, 34 and 68. RGB value is (181,52,104). Sum of RGB (Red+Green+Blue) = 181+52+104=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B53468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53468 is #4ACB97. Grayscale: #606060. Windows color (decimal): -4901784 or 6829237. OLE color: 6829237.
HSL color Cylindrical-coordinate representation of color #B53468: hue angle of 335.81º 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 #B53468 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 104 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.29 |
| HSL | 335.81º | 0.55% | 0.46% | - |
| HSV(B) | 335.81º | 0.71% | 0.71% | - |
| XYZ | 22.78 | 13.28 | 14.46 | - |
| YUV | 96.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 104 | 0 | 0.71 | 0.43 | 0.29 | 335.81 | 0.55 | 0.46 |
| Hex | B5 | 34 | 68 | 0 | 47 | 2B | 1D | 150 | 37 | 2E |
| Octal | 265 | 64 | 150 | 0 | 107 | 53 | 35 | 520 | 67 | 56 |
| Binary | 10110101 | 110100 | 1101000 | 0 | 1000111 | 101011 | 11101 | 101010000 | 110111 | 101110 |
Color Harmonies of #B53468
Complementary color
Monochromatic Colors of #B53468
Black with #B53468
Text Example
Text Example
White with #B53468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53468; }
p { color: rgb(181,52,104); }
H1.HeaderClassName
{
color: #B53468;
}
.AnyTagClassName
{
color: #B53468;
}
</style>
background-color css
<style>
a { background-color: #B53468; }
a { background-color: rgb(181,52,104); }
div.DivClassName
{
background-color: #B53468;
}
.BgClassName
{
background-color: #B53468;
}
</style>
border-color css
<style>
span { border-color: #B53468; }
span { border-color: rgb(181,52,104); }
td.TdClassName
{
border-color: #B53468;
}
.TagClassName
{
border-color: #B53468;
}
</style>