Shades of Rouge #B7375E
Tints of Rouge #B7375E
RGB
CMYK
RGB Variations
Color information
#B7375E (or 0xB7375E) is known color: Rouge. HEX triplet: B7, 37 and 5E. RGB value is (183,55,94). Sum of RGB (Red+Green+Blue) = 183+55+94=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B7375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7375E is #48C8A1. Grayscale: #616161. Windows color (decimal): -4769954 or 6174647. OLE color: 6174647.
HSL color Cylindrical-coordinate representation of color #B7375E: hue angle of 341.72º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7375E is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 94 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.28 |
| HSL | 341.72º | 0.54% | 0.47% | - |
| HSV(B) | 341.72º | 0.7% | 0.72% | - |
| XYZ | 22.92 | 13.61 | 12.01 | - |
| YUV | 97.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 94 | 0 | 0.70 | 0.49 | 0.28 | 341.72 | 0.54 | 0.47 |
| Hex | B7 | 37 | 5E | 0 | 46 | 31 | 1C | 156 | 36 | 2F |
| Octal | 267 | 67 | 136 | 0 | 106 | 61 | 34 | 526 | 66 | 57 |
| Binary | 10110111 | 110111 | 1011110 | 0 | 1000110 | 110001 | 11100 | 101010110 | 110110 | 101111 |
Color Harmonies of #B7375E
Complementary color
Monochromatic Colors of #B7375E
Black with #B7375E
Text Example
Text Example
White with #B7375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7375E; }
p { color: rgb(183,55,94); }
H1.HeaderClassName
{
color: #B7375E;
}
.AnyTagClassName
{
color: #B7375E;
}
</style>
background-color css
<style>
a { background-color: #B7375E; }
a { background-color: rgb(183,55,94); }
div.DivClassName
{
background-color: #B7375E;
}
.BgClassName
{
background-color: #B7375E;
}
</style>
border-color css
<style>
span { border-color: #B7375E; }
span { border-color: rgb(183,55,94); }
td.TdClassName
{
border-color: #B7375E;
}
.TagClassName
{
border-color: #B7375E;
}
</style>