Shades of Rouge #B73E5E
Tints of Rouge #B73E5E
RGB
CMYK
RGB Variations
Color information
#B73E5E (or 0xB73E5E) is known color: Rouge. HEX triplet: B7, 3E and 5E. RGB value is (183,62,94). Sum of RGB (Red+Green+Blue) = 183+62+94=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73E5E is #48C1A1. Grayscale: #656565. Windows color (decimal): -4768162 or 6176439. OLE color: 6176439.
HSL color Cylindrical-coordinate representation of color #B73E5E: hue angle of 344.13º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73E5E is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 62 | 94 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.28 |
| HSL | 344.13º | 0.49% | 0.48% | - |
| HSV(B) | 344.13º | 0.66% | 0.72% | - |
| XYZ | 23.27 | 14.32 | 12.13 | - |
| YUV | 101.83 | 123.59 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 94 | 0 | 0.66 | 0.49 | 0.28 | 344.13 | 0.49 | 0.48 |
| Hex | B7 | 3E | 5E | 0 | 42 | 31 | 1C | 158 | 31 | 30 |
| Octal | 267 | 76 | 136 | 0 | 102 | 61 | 34 | 530 | 61 | 60 |
| Binary | 10110111 | 111110 | 1011110 | 0 | 1000010 | 110001 | 11100 | 101011000 | 110001 | 110000 |
Color Harmonies of #B73E5E
Complementary color
Monochromatic Colors of #B73E5E
Black with #B73E5E
Text Example
Text Example
White with #B73E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73E5E; }
p { color: rgb(183,62,94); }
H1.HeaderClassName
{
color: #B73E5E;
}
.AnyTagClassName
{
color: #B73E5E;
}
</style>
background-color css
<style>
a { background-color: #B73E5E; }
a { background-color: rgb(183,62,94); }
div.DivClassName
{
background-color: #B73E5E;
}
.BgClassName
{
background-color: #B73E5E;
}
</style>
border-color css
<style>
span { border-color: #B73E5E; }
span { border-color: rgb(183,62,94); }
td.TdClassName
{
border-color: #B73E5E;
}
.TagClassName
{
border-color: #B73E5E;
}
</style>