Shades of Rouge #B54362
Tints of Rouge #B54362
RGB
CMYK
RGB Variations
Color information
#B54362 (or 0xB54362) is known color: Rouge. HEX triplet: B5, 43 and 62. RGB value is (181,67,98). Sum of RGB (Red+Green+Blue) = 181+67+98=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B54362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54362 is #4ABC9D. Grayscale: #686868. Windows color (decimal): -4897950 or 6439861. OLE color: 6439861.
HSL color Cylindrical-coordinate representation of color #B54362: hue angle of 343.68º 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 #B54362 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 98 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.29 |
| HSL | 343.68º | 0.46% | 0.49% | - |
| HSV(B) | 343.68º | 0.63% | 0.71% | - |
| XYZ | 23.27 | 14.72 | 13.17 | - |
| YUV | 104.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 98 | 0 | 0.63 | 0.46 | 0.29 | 343.68 | 0.46 | 0.49 |
| Hex | B5 | 43 | 62 | 0 | 3F | 2E | 1D | 158 | 2E | 31 |
| Octal | 265 | 103 | 142 | 0 | 77 | 56 | 35 | 530 | 56 | 61 |
| Binary | 10110101 | 1000011 | 1100010 | 0 | 111111 | 101110 | 11101 | 101011000 | 101110 | 110001 |
Color Harmonies of #B54362
Complementary color
Monochromatic Colors of #B54362
Black with #B54362
Text Example
Text Example
White with #B54362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54362; }
p { color: rgb(181,67,98); }
H1.HeaderClassName
{
color: #B54362;
}
.AnyTagClassName
{
color: #B54362;
}
</style>
background-color css
<style>
a { background-color: #B54362; }
a { background-color: rgb(181,67,98); }
div.DivClassName
{
background-color: #B54362;
}
.BgClassName
{
background-color: #B54362;
}
</style>
border-color css
<style>
span { border-color: #B54362; }
span { border-color: rgb(181,67,98); }
td.TdClassName
{
border-color: #B54362;
}
.TagClassName
{
border-color: #B54362;
}
</style>