Shades of Rouge #B7355D
Tints of Rouge #B7355D
RGB
CMYK
RGB Variations
Color information
#B7355D (or 0xB7355D) is known color: Rouge. HEX triplet: B7, 35 and 5D. RGB value is (183,53,93). Sum of RGB (Red+Green+Blue) = 183+53+93=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7355D is #48CAA2. Grayscale: #606060. Windows color (decimal): -4770467 or 6108599. OLE color: 6108599.
HSL color Cylindrical-coordinate representation of color #B7355D: hue angle of 341.54º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7355D is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 93 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.28 |
| HSL | 341.54º | 0.55% | 0.46% | - |
| HSV(B) | 341.54º | 0.71% | 0.72% | - |
| XYZ | 22.78 | 13.4 | 11.74 | - |
| YUV | 96.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 93 | 0 | 0.71 | 0.49 | 0.28 | 341.54 | 0.55 | 0.46 |
| Hex | B7 | 35 | 5D | 0 | 47 | 31 | 1C | 156 | 37 | 2E |
| Octal | 267 | 65 | 135 | 0 | 107 | 61 | 34 | 526 | 67 | 56 |
| Binary | 10110111 | 110101 | 1011101 | 0 | 1000111 | 110001 | 11100 | 101010110 | 110111 | 101110 |
Color Harmonies of #B7355D
Complementary color
Monochromatic Colors of #B7355D
Black with #B7355D
Text Example
Text Example
White with #B7355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7355D; }
p { color: rgb(183,53,93); }
H1.HeaderClassName
{
color: #B7355D;
}
.AnyTagClassName
{
color: #B7355D;
}
</style>
background-color css
<style>
a { background-color: #B7355D; }
a { background-color: rgb(183,53,93); }
div.DivClassName
{
background-color: #B7355D;
}
.BgClassName
{
background-color: #B7355D;
}
</style>
border-color css
<style>
span { border-color: #B7355D; }
span { border-color: rgb(183,53,93); }
td.TdClassName
{
border-color: #B7355D;
}
.TagClassName
{
border-color: #B7355D;
}
</style>