Shades of Rouge #B5375D
Tints of Rouge #B5375D
RGB
CMYK
RGB Variations
Color information
#B5375D (or 0xB5375D) is known color: Rouge. HEX triplet: B5, 37 and 5D. RGB value is (181,55,93). Sum of RGB (Red+Green+Blue) = 181+55+93=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5375D is #4AC8A2. Grayscale: #606060. Windows color (decimal): -4901027 or 6109109. OLE color: 6109109.
HSL color Cylindrical-coordinate representation of color #B5375D: hue angle of 341.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5375D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 93 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.29 |
| HSL | 341.9º | 0.53% | 0.46% | - |
| HSV(B) | 341.9º | 0.7% | 0.71% | - |
| XYZ | 22.4 | 13.35 | 11.75 | - |
| YUV | 97.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 93 | 0 | 0.70 | 0.49 | 0.29 | 341.9 | 0.53 | 0.46 |
| Hex | B5 | 37 | 5D | 0 | 46 | 31 | 1D | 156 | 35 | 2E |
| Octal | 265 | 67 | 135 | 0 | 106 | 61 | 35 | 526 | 65 | 56 |
| Binary | 10110101 | 110111 | 1011101 | 0 | 1000110 | 110001 | 11101 | 101010110 | 110101 | 101110 |
Color Harmonies of #B5375D
Complementary color
Monochromatic Colors of #B5375D
Black with #B5375D
Text Example
Text Example
White with #B5375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5375D; }
p { color: rgb(181,55,93); }
H1.HeaderClassName
{
color: #B5375D;
}
.AnyTagClassName
{
color: #B5375D;
}
</style>
background-color css
<style>
a { background-color: #B5375D; }
a { background-color: rgb(181,55,93); }
div.DivClassName
{
background-color: #B5375D;
}
.BgClassName
{
background-color: #B5375D;
}
</style>
border-color css
<style>
span { border-color: #B5375D; }
span { border-color: rgb(181,55,93); }
td.TdClassName
{
border-color: #B5375D;
}
.TagClassName
{
border-color: #B5375D;
}
</style>