Shades of Rouge #B73F64
Tints of Rouge #B73F64
RGB
CMYK
RGB Variations
Color information
#B73F64 (or 0xB73F64) is known color: Rouge. HEX triplet: B7, 3F and 64. RGB value is (183,63,100). Sum of RGB (Red+Green+Blue) = 183+63+100=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F64 is #48C09B. Grayscale: #676767. Windows color (decimal): -4767900 or 6569911. OLE color: 6569911.
HSL color Cylindrical-coordinate representation of color #B73F64: hue angle of 341.5º 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 #B73F64 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 100 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.28 |
| HSL | 341.5º | 0.49% | 0.48% | - |
| HSV(B) | 341.5º | 0.66% | 0.72% | - |
| XYZ | 23.61 | 14.54 | 13.62 | - |
| YUV | 103.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 100 | 0 | 0.66 | 0.45 | 0.28 | 341.5 | 0.49 | 0.48 |
| Hex | B7 | 3F | 64 | 0 | 42 | 2D | 1C | 156 | 31 | 30 |
| Octal | 267 | 77 | 144 | 0 | 102 | 55 | 34 | 526 | 61 | 60 |
| Binary | 10110111 | 111111 | 1100100 | 0 | 1000010 | 101101 | 11100 | 101010110 | 110001 | 110000 |
Color Harmonies of #B73F64
Complementary color
Monochromatic Colors of #B73F64
Black with #B73F64
Text Example
Text Example
White with #B73F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F64; }
p { color: rgb(183,63,100); }
H1.HeaderClassName
{
color: #B73F64;
}
.AnyTagClassName
{
color: #B73F64;
}
</style>
background-color css
<style>
a { background-color: #B73F64; }
a { background-color: rgb(183,63,100); }
div.DivClassName
{
background-color: #B73F64;
}
.BgClassName
{
background-color: #B73F64;
}
</style>
border-color css
<style>
span { border-color: #B73F64; }
span { border-color: rgb(183,63,100); }
td.TdClassName
{
border-color: #B73F64;
}
.TagClassName
{
border-color: #B73F64;
}
</style>