Shades of Rouge #B63461
Tints of Rouge #B63461
RGB
CMYK
RGB Variations
Color information
#B63461 (or 0xB63461) is known color: Rouge. HEX triplet: B6, 34 and 61. RGB value is (182,52,97). Sum of RGB (Red+Green+Blue) = 182+52+97=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B63461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63461 is #49CB9E. Grayscale: #5F5F5F. Windows color (decimal): -4836255 or 6370486. OLE color: 6370486.
HSL color Cylindrical-coordinate representation of color #B63461: hue angle of 339.23º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63461 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 97 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.29 |
| HSL | 339.23º | 0.56% | 0.46% | - |
| HSV(B) | 339.23º | 0.71% | 0.71% | - |
| XYZ | 22.68 | 13.26 | 12.67 | - |
| YUV | 96 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 97 | 0 | 0.71 | 0.47 | 0.29 | 339.23 | 0.56 | 0.46 |
| Hex | B6 | 34 | 61 | 0 | 47 | 2F | 1D | 153 | 38 | 2E |
| Octal | 266 | 64 | 141 | 0 | 107 | 57 | 35 | 523 | 70 | 56 |
| Binary | 10110110 | 110100 | 1100001 | 0 | 1000111 | 101111 | 11101 | 101010011 | 111000 | 101110 |
Color Harmonies of #B63461
Complementary color
Monochromatic Colors of #B63461
Black with #B63461
Text Example
Text Example
White with #B63461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63461; }
p { color: rgb(182,52,97); }
H1.HeaderClassName
{
color: #B63461;
}
.AnyTagClassName
{
color: #B63461;
}
</style>
background-color css
<style>
a { background-color: #B63461; }
a { background-color: rgb(182,52,97); }
div.DivClassName
{
background-color: #B63461;
}
.BgClassName
{
background-color: #B63461;
}
</style>
border-color css
<style>
span { border-color: #B63461; }
span { border-color: rgb(182,52,97); }
td.TdClassName
{
border-color: #B63461;
}
.TagClassName
{
border-color: #B63461;
}
</style>