Shades of Rouge #B83D5D
Tints of Rouge #B83D5D
RGB
CMYK
RGB Variations
Color information
#B83D5D (or 0xB83D5D) is known color: Rouge. HEX triplet: B8, 3D and 5D. RGB value is (184,61,93). Sum of RGB (Red+Green+Blue) = 184+61+93=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D5D is #47C2A2. Grayscale: #656565. Windows color (decimal): -4702883 or 6110648. OLE color: 6110648.
HSL color Cylindrical-coordinate representation of color #B83D5D: hue angle of 344.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83D5D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 93 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.28 |
| HSL | 344.39º | 0.5% | 0.48% | - |
| HSV(B) | 344.39º | 0.67% | 0.72% | - |
| XYZ | 23.41 | 14.32 | 11.89 | - |
| YUV | 101.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 93 | 0 | 0.67 | 0.49 | 0.28 | 344.39 | 0.5 | 0.48 |
| Hex | B8 | 3D | 5D | 0 | 43 | 31 | 1C | 158 | 32 | 30 |
| Octal | 270 | 75 | 135 | 0 | 103 | 61 | 34 | 530 | 62 | 60 |
| Binary | 10111000 | 111101 | 1011101 | 0 | 1000011 | 110001 | 11100 | 101011000 | 110010 | 110000 |
Color Harmonies of #B83D5D
Complementary color
Monochromatic Colors of #B83D5D
Black with #B83D5D
Text Example
Text Example
White with #B83D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D5D; }
p { color: rgb(184,61,93); }
H1.HeaderClassName
{
color: #B83D5D;
}
.AnyTagClassName
{
color: #B83D5D;
}
</style>
background-color css
<style>
a { background-color: #B83D5D; }
a { background-color: rgb(184,61,93); }
div.DivClassName
{
background-color: #B83D5D;
}
.BgClassName
{
background-color: #B83D5D;
}
</style>
border-color css
<style>
span { border-color: #B83D5D; }
span { border-color: rgb(184,61,93); }
td.TdClassName
{
border-color: #B83D5D;
}
.TagClassName
{
border-color: #B83D5D;
}
</style>