Shades of Rouge #B62964
Tints of Rouge #B62964
RGB
CMYK
RGB Variations
Color information
#B62964 (or 0xB62964) is known color: Rouge. HEX triplet: B6, 29 and 64. RGB value is (182,41,100). Sum of RGB (Red+Green+Blue) = 182+41+100=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B62964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62964 is #49D69B. Grayscale: #595959. Windows color (decimal): -4839068 or 6564278. OLE color: 6564278.
HSL color Cylindrical-coordinate representation of color #B62964: hue angle of 334.89º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62964 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 41 | 100 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.29 |
| HSL | 334.89º | 0.63% | 0.44% | - |
| HSV(B) | 334.89º | 0.77% | 0.71% | - |
| XYZ | 22.38 | 12.45 | 13.28 | - |
| YUV | 89.89 | 133.71 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 100 | 0 | 0.77 | 0.45 | 0.29 | 334.89 | 0.63 | 0.44 |
| Hex | B6 | 29 | 64 | 0 | 4D | 2D | 1D | 14F | 3F | 2C |
| Octal | 266 | 51 | 144 | 0 | 115 | 55 | 35 | 517 | 77 | 54 |
| Binary | 10110110 | 101001 | 1100100 | 0 | 1001101 | 101101 | 11101 | 101001111 | 111111 | 101100 |
Color Harmonies of #B62964
Complementary color
Monochromatic Colors of #B62964
Black with #B62964
Text Example
Text Example
White with #B62964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62964; }
p { color: rgb(182,41,100); }
H1.HeaderClassName
{
color: #B62964;
}
.AnyTagClassName
{
color: #B62964;
}
</style>
background-color css
<style>
a { background-color: #B62964; }
a { background-color: rgb(182,41,100); }
div.DivClassName
{
background-color: #B62964;
}
.BgClassName
{
background-color: #B62964;
}
</style>
border-color css
<style>
span { border-color: #B62964; }
span { border-color: rgb(182,41,100); }
td.TdClassName
{
border-color: #B62964;
}
.TagClassName
{
border-color: #B62964;
}
</style>