Shades of Rouge #B73D5D
Tints of Rouge #B73D5D
RGB
CMYK
RGB Variations
Color information
#B73D5D (or 0xB73D5D) is known color: Rouge. HEX triplet: B7, 3D and 5D. RGB value is (183,61,93). Sum of RGB (Red+Green+Blue) = 183+61+93=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73D5D is #48C2A2. Grayscale: #656565. Windows color (decimal): -4768419 or 6110647. OLE color: 6110647.
HSL color Cylindrical-coordinate representation of color #B73D5D: hue angle of 344.26º 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 #B73D5D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 93 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.28 |
| HSL | 344.26º | 0.5% | 0.48% | - |
| HSV(B) | 344.26º | 0.67% | 0.72% | - |
| XYZ | 23.17 | 14.2 | 11.87 | - |
| YUV | 101.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 93 | 0 | 0.67 | 0.49 | 0.28 | 344.26 | 0.5 | 0.48 |
| Hex | B7 | 3D | 5D | 0 | 43 | 31 | 1C | 158 | 32 | 30 |
| Octal | 267 | 75 | 135 | 0 | 103 | 61 | 34 | 530 | 62 | 60 |
| Binary | 10110111 | 111101 | 1011101 | 0 | 1000011 | 110001 | 11100 | 101011000 | 110010 | 110000 |
Color Harmonies of #B73D5D
Complementary color
Monochromatic Colors of #B73D5D
Black with #B73D5D
Text Example
Text Example
White with #B73D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73D5D; }
p { color: rgb(183,61,93); }
H1.HeaderClassName
{
color: #B73D5D;
}
.AnyTagClassName
{
color: #B73D5D;
}
</style>
background-color css
<style>
a { background-color: #B73D5D; }
a { background-color: rgb(183,61,93); }
div.DivClassName
{
background-color: #B73D5D;
}
.BgClassName
{
background-color: #B73D5D;
}
</style>
border-color css
<style>
span { border-color: #B73D5D; }
span { border-color: rgb(183,61,93); }
td.TdClassName
{
border-color: #B73D5D;
}
.TagClassName
{
border-color: #B73D5D;
}
</style>