Shades of Rouge #B63D6B
Tints of Rouge #B63D6B
RGB
CMYK
RGB Variations
Color information
#B63D6B (or 0xB63D6B) is known color: Rouge. HEX triplet: B6, 3D and 6B. RGB value is (182,61,107). Sum of RGB (Red+Green+Blue) = 182+61+107=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D6B is #49C294. Grayscale: #666666. Windows color (decimal): -4833941 or 7028150. OLE color: 7028150.
HSL color Cylindrical-coordinate representation of color #B63D6B: hue angle of 337.19º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D6B is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 107 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.29 |
| HSL | 337.19º | 0.5% | 0.48% | - |
| HSV(B) | 337.19º | 0.66% | 0.71% | - |
| XYZ | 23.61 | 14.34 | 15.43 | - |
| YUV | 102.42 | 130.59 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 107 | 0 | 0.66 | 0.41 | 0.29 | 337.19 | 0.5 | 0.48 |
| Hex | B6 | 3D | 6B | 0 | 42 | 29 | 1D | 151 | 32 | 30 |
| Octal | 266 | 75 | 153 | 0 | 102 | 51 | 35 | 521 | 62 | 60 |
| Binary | 10110110 | 111101 | 1101011 | 0 | 1000010 | 101001 | 11101 | 101010001 | 110010 | 110000 |
Color Harmonies of #B63D6B
Complementary color
Monochromatic Colors of #B63D6B
Black with #B63D6B
Text Example
Text Example
White with #B63D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D6B; }
p { color: rgb(182,61,107); }
H1.HeaderClassName
{
color: #B63D6B;
}
.AnyTagClassName
{
color: #B63D6B;
}
</style>
background-color css
<style>
a { background-color: #B63D6B; }
a { background-color: rgb(182,61,107); }
div.DivClassName
{
background-color: #B63D6B;
}
.BgClassName
{
background-color: #B63D6B;
}
</style>
border-color css
<style>
span { border-color: #B63D6B; }
span { border-color: rgb(182,61,107); }
td.TdClassName
{
border-color: #B63D6B;
}
.TagClassName
{
border-color: #B63D6B;
}
</style>