Shades of Rouge #B7365E
Tints of Rouge #B7365E
RGB
CMYK
RGB Variations
Color information
#B7365E (or 0xB7365E) is known color: Rouge. HEX triplet: B7, 36 and 5E. RGB value is (183,54,94). Sum of RGB (Red+Green+Blue) = 183+54+94=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7365E is #48C9A1. Grayscale: #616161. Windows color (decimal): -4770210 or 6174391. OLE color: 6174391.
HSL color Cylindrical-coordinate representation of color #B7365E: hue angle of 341.4º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7365E is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 94 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.28 |
| HSL | 341.4º | 0.54% | 0.46% | - |
| HSV(B) | 341.4º | 0.7% | 0.72% | - |
| XYZ | 22.87 | 13.51 | 11.99 | - |
| YUV | 97.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 94 | 0 | 0.70 | 0.49 | 0.28 | 341.4 | 0.54 | 0.46 |
| Hex | B7 | 36 | 5E | 0 | 46 | 31 | 1C | 155 | 36 | 2E |
| Octal | 267 | 66 | 136 | 0 | 106 | 61 | 34 | 525 | 66 | 56 |
| Binary | 10110111 | 110110 | 1011110 | 0 | 1000110 | 110001 | 11100 | 101010101 | 110110 | 101110 |
Color Harmonies of #B7365E
Complementary color
Monochromatic Colors of #B7365E
Black with #B7365E
Text Example
Text Example
White with #B7365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7365E; }
p { color: rgb(183,54,94); }
H1.HeaderClassName
{
color: #B7365E;
}
.AnyTagClassName
{
color: #B7365E;
}
</style>
background-color css
<style>
a { background-color: #B7365E; }
a { background-color: rgb(183,54,94); }
div.DivClassName
{
background-color: #B7365E;
}
.BgClassName
{
background-color: #B7365E;
}
</style>
border-color css
<style>
span { border-color: #B7365E; }
span { border-color: rgb(183,54,94); }
td.TdClassName
{
border-color: #B7365E;
}
.TagClassName
{
border-color: #B7365E;
}
</style>