Shades of Rouge #B63A6B
Tints of Rouge #B63A6B
RGB
CMYK
RGB Variations
Color information
#B63A6B (or 0xB63A6B) is known color: Rouge. HEX triplet: B6, 3A and 6B. RGB value is (182,58,107). Sum of RGB (Red+Green+Blue) = 182+58+107=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63A6B is #49C594. Grayscale: #646464. Windows color (decimal): -4834709 or 7027382. OLE color: 7027382.
HSL color Cylindrical-coordinate representation of color #B63A6B: hue angle of 336.29º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63A6B is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 107 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.29 |
| HSL | 336.29º | 0.52% | 0.47% | - |
| HSV(B) | 336.29º | 0.68% | 0.71% | - |
| XYZ | 23.46 | 14.03 | 15.38 | - |
| YUV | 100.66 | 131.58 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 107 | 0 | 0.68 | 0.41 | 0.29 | 336.29 | 0.52 | 0.47 |
| Hex | B6 | 3A | 6B | 0 | 44 | 29 | 1D | 150 | 34 | 2F |
| Octal | 266 | 72 | 153 | 0 | 104 | 51 | 35 | 520 | 64 | 57 |
| Binary | 10110110 | 111010 | 1101011 | 0 | 1000100 | 101001 | 11101 | 101010000 | 110100 | 101111 |
Color Harmonies of #B63A6B
Complementary color
Monochromatic Colors of #B63A6B
Black with #B63A6B
Text Example
Text Example
White with #B63A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63A6B; }
p { color: rgb(182,58,107); }
H1.HeaderClassName
{
color: #B63A6B;
}
.AnyTagClassName
{
color: #B63A6B;
}
</style>
background-color css
<style>
a { background-color: #B63A6B; }
a { background-color: rgb(182,58,107); }
div.DivClassName
{
background-color: #B63A6B;
}
.BgClassName
{
background-color: #B63A6B;
}
</style>
border-color css
<style>
span { border-color: #B63A6B; }
span { border-color: rgb(182,58,107); }
td.TdClassName
{
border-color: #B63A6B;
}
.TagClassName
{
border-color: #B63A6B;
}
</style>