Shades of Rouge #B83362
Tints of Rouge #B83362
RGB
CMYK
RGB Variations
Color information
#B83362 (or 0xB83362) is known color: Rouge. HEX triplet: B8, 33 and 62. RGB value is (184,51,98). Sum of RGB (Red+Green+Blue) = 184+51+98=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B83362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83362 is #47CC9D. Grayscale: #606060. Windows color (decimal): -4705438 or 6435768. OLE color: 6435768.
HSL color Cylindrical-coordinate representation of color #B83362: hue angle of 338.8º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83362 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 98 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.28 |
| HSL | 338.8º | 0.57% | 0.46% | - |
| HSV(B) | 338.8º | 0.72% | 0.72% | - |
| XYZ | 23.16 | 13.44 | 12.93 | - |
| YUV | 96.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 98 | 0 | 0.72 | 0.47 | 0.28 | 338.8 | 0.57 | 0.46 |
| Hex | B8 | 33 | 62 | 0 | 48 | 2F | 1C | 153 | 39 | 2E |
| Octal | 270 | 63 | 142 | 0 | 110 | 57 | 34 | 523 | 71 | 56 |
| Binary | 10111000 | 110011 | 1100010 | 0 | 1001000 | 101111 | 11100 | 101010011 | 111001 | 101110 |
Color Harmonies of #B83362
Complementary color
Monochromatic Colors of #B83362
Black with #B83362
Text Example
Text Example
White with #B83362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83362; }
p { color: rgb(184,51,98); }
H1.HeaderClassName
{
color: #B83362;
}
.AnyTagClassName
{
color: #B83362;
}
</style>
background-color css
<style>
a { background-color: #B83362; }
a { background-color: rgb(184,51,98); }
div.DivClassName
{
background-color: #B83362;
}
.BgClassName
{
background-color: #B83362;
}
</style>
border-color css
<style>
span { border-color: #B83362; }
span { border-color: rgb(184,51,98); }
td.TdClassName
{
border-color: #B83362;
}
.TagClassName
{
border-color: #B83362;
}
</style>