Shades of Rouge #B63468
Tints of Rouge #B63468
RGB
CMYK
RGB Variations
Color information
#B63468 (or 0xB63468) is known color: Rouge. HEX triplet: B6, 34 and 68. RGB value is (182,52,104). Sum of RGB (Red+Green+Blue) = 182+52+104=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B63468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63468 is #49CB97. Grayscale: #606060. Windows color (decimal): -4836248 or 6829238. OLE color: 6829238.
HSL color Cylindrical-coordinate representation of color #B63468: hue angle of 336º 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 #B63468 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 104 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.29 |
| HSL | 336º | 0.56% | 0.46% | - |
| HSV(B) | 336º | 0.71% | 0.71% | - |
| XYZ | 23.02 | 13.4 | 14.47 | - |
| YUV | 96.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 104 | 0 | 0.71 | 0.43 | 0.29 | 336 | 0.56 | 0.46 |
| Hex | B6 | 34 | 68 | 0 | 47 | 2B | 1D | 150 | 38 | 2E |
| Octal | 266 | 64 | 150 | 0 | 107 | 53 | 35 | 520 | 70 | 56 |
| Binary | 10110110 | 110100 | 1101000 | 0 | 1000111 | 101011 | 11101 | 101010000 | 111000 | 101110 |
Color Harmonies of #B63468
Complementary color
Monochromatic Colors of #B63468
Black with #B63468
Text Example
Text Example
White with #B63468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63468; }
p { color: rgb(182,52,104); }
H1.HeaderClassName
{
color: #B63468;
}
.AnyTagClassName
{
color: #B63468;
}
</style>
background-color css
<style>
a { background-color: #B63468; }
a { background-color: rgb(182,52,104); }
div.DivClassName
{
background-color: #B63468;
}
.BgClassName
{
background-color: #B63468;
}
</style>
border-color css
<style>
span { border-color: #B63468; }
span { border-color: rgb(182,52,104); }
td.TdClassName
{
border-color: #B63468;
}
.TagClassName
{
border-color: #B63468;
}
</style>