Shades of Rouge #B63D69
Tints of Rouge #B63D69
RGB
CMYK
RGB Variations
Color information
#B63D69 (or 0xB63D69) is known color: Rouge. HEX triplet: B6, 3D and 69. RGB value is (182,61,105). Sum of RGB (Red+Green+Blue) = 182+61+105=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D69 is #49C296. Grayscale: #666666. Windows color (decimal): -4833943 or 6897078. OLE color: 6897078.
HSL color Cylindrical-coordinate representation of color #B63D69: hue angle of 338.18º 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 #B63D69 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 105 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.29 |
| HSL | 338.18º | 0.5% | 0.48% | - |
| HSV(B) | 338.18º | 0.66% | 0.71% | - |
| XYZ | 23.51 | 14.3 | 14.89 | - |
| YUV | 102.2 | 129.59 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 105 | 0 | 0.66 | 0.42 | 0.29 | 338.18 | 0.5 | 0.48 |
| Hex | B6 | 3D | 69 | 0 | 42 | 2A | 1D | 152 | 32 | 30 |
| Octal | 266 | 75 | 151 | 0 | 102 | 52 | 35 | 522 | 62 | 60 |
| Binary | 10110110 | 111101 | 1101001 | 0 | 1000010 | 101010 | 11101 | 101010010 | 110010 | 110000 |
Color Harmonies of #B63D69
Complementary color
Monochromatic Colors of #B63D69
Black with #B63D69
Text Example
Text Example
White with #B63D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D69; }
p { color: rgb(182,61,105); }
H1.HeaderClassName
{
color: #B63D69;
}
.AnyTagClassName
{
color: #B63D69;
}
</style>
background-color css
<style>
a { background-color: #B63D69; }
a { background-color: rgb(182,61,105); }
div.DivClassName
{
background-color: #B63D69;
}
.BgClassName
{
background-color: #B63D69;
}
</style>
border-color css
<style>
span { border-color: #B63D69; }
span { border-color: rgb(182,61,105); }
td.TdClassName
{
border-color: #B63D69;
}
.TagClassName
{
border-color: #B63D69;
}
</style>