Shades of Rouge #B33D6B
Tints of Rouge #B33D6B
RGB
CMYK
RGB Variations
Color information
#B33D6B (or 0xB33D6B) is known color: Rouge. HEX triplet: B3, 3D and 6B. RGB value is (179,61,107). Sum of RGB (Red+Green+Blue) = 179+61+107=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D6B is #4CC294. Grayscale: #656565. Windows color (decimal): -5030549 or 7028147. OLE color: 7028147.
HSL color Cylindrical-coordinate representation of color #B33D6B: hue angle of 336.61º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33D6B is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 107 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.30 |
| HSL | 336.61º | 0.49% | 0.47% | - |
| HSV(B) | 336.61º | 0.66% | 0.7% | - |
| XYZ | 22.91 | 13.98 | 15.4 | - |
| YUV | 101.53 | 131.09 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 107 | 0 | 0.66 | 0.40 | 0.30 | 336.61 | 0.49 | 0.47 |
| Hex | B3 | 3D | 6B | 0 | 42 | 28 | 1E | 151 | 31 | 2F |
| Octal | 263 | 75 | 153 | 0 | 102 | 50 | 36 | 521 | 61 | 57 |
| Binary | 10110011 | 111101 | 1101011 | 0 | 1000010 | 101000 | 11110 | 101010001 | 110001 | 101111 |
Color Harmonies of #B33D6B
Complementary color
Monochromatic Colors of #B33D6B
Black with #B33D6B
Text Example
Text Example
White with #B33D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D6B; }
p { color: rgb(179,61,107); }
H1.HeaderClassName
{
color: #B33D6B;
}
.AnyTagClassName
{
color: #B33D6B;
}
</style>
background-color css
<style>
a { background-color: #B33D6B; }
a { background-color: rgb(179,61,107); }
div.DivClassName
{
background-color: #B33D6B;
}
.BgClassName
{
background-color: #B33D6B;
}
</style>
border-color css
<style>
span { border-color: #B33D6B; }
span { border-color: rgb(179,61,107); }
td.TdClassName
{
border-color: #B33D6B;
}
.TagClassName
{
border-color: #B33D6B;
}
</style>