Shades of Rouge #B83463
Tints of Rouge #B83463
RGB
CMYK
RGB Variations
Color information
#B83463 (or 0xB83463) is known color: Rouge. HEX triplet: B8, 34 and 63. RGB value is (184,52,99). Sum of RGB (Red+Green+Blue) = 184+52+99=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B83463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83463 is #47CB9C. Grayscale: #606060. Windows color (decimal): -4705181 or 6501560. OLE color: 6501560.
HSL color Cylindrical-coordinate representation of color #B83463: hue angle of 338.64º degrees, saturation: 0.56, 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 #B83463 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 99 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.28 |
| HSL | 338.64º | 0.56% | 0.46% | - |
| HSV(B) | 338.64º | 0.72% | 0.72% | - |
| XYZ | 23.25 | 13.55 | 13.19 | - |
| YUV | 96.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 99 | 0 | 0.72 | 0.46 | 0.28 | 338.64 | 0.56 | 0.46 |
| Hex | B8 | 34 | 63 | 0 | 48 | 2E | 1C | 153 | 38 | 2E |
| Octal | 270 | 64 | 143 | 0 | 110 | 56 | 34 | 523 | 70 | 56 |
| Binary | 10111000 | 110100 | 1100011 | 0 | 1001000 | 101110 | 11100 | 101010011 | 111000 | 101110 |
Color Harmonies of #B83463
Complementary color
Monochromatic Colors of #B83463
Black with #B83463
Text Example
Text Example
White with #B83463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83463; }
p { color: rgb(184,52,99); }
H1.HeaderClassName
{
color: #B83463;
}
.AnyTagClassName
{
color: #B83463;
}
</style>
background-color css
<style>
a { background-color: #B83463; }
a { background-color: rgb(184,52,99); }
div.DivClassName
{
background-color: #B83463;
}
.BgClassName
{
background-color: #B83463;
}
</style>
border-color css
<style>
span { border-color: #B83463; }
span { border-color: rgb(184,52,99); }
td.TdClassName
{
border-color: #B83463;
}
.TagClassName
{
border-color: #B83463;
}
</style>