Shades of Rouge #B33965
Tints of Rouge #B33965
RGB
CMYK
RGB Variations
Color information
#B33965 (or 0xB33965) is known color: Rouge. HEX triplet: B3, 39 and 65. RGB value is (179,57,101). Sum of RGB (Red+Green+Blue) = 179+57+101=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B33965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33965 is #4CC69A. Grayscale: #626262. Windows color (decimal): -5031579 or 6633907. OLE color: 6633907.
HSL color Cylindrical-coordinate representation of color #B33965: hue angle of 338.36º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33965 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 101 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.30 |
| HSL | 338.36º | 0.52% | 0.46% | - |
| HSV(B) | 338.36º | 0.68% | 0.7% | - |
| XYZ | 22.4 | 13.45 | 13.73 | - |
| YUV | 98.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 101 | 0 | 0.68 | 0.44 | 0.30 | 338.36 | 0.52 | 0.46 |
| Hex | B3 | 39 | 65 | 0 | 44 | 2C | 1E | 152 | 34 | 2E |
| Octal | 263 | 71 | 145 | 0 | 104 | 54 | 36 | 522 | 64 | 56 |
| Binary | 10110011 | 111001 | 1100101 | 0 | 1000100 | 101100 | 11110 | 101010010 | 110100 | 101110 |
Color Harmonies of #B33965
Complementary color
Monochromatic Colors of #B33965
Black with #B33965
Text Example
Text Example
White with #B33965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33965; }
p { color: rgb(179,57,101); }
H1.HeaderClassName
{
color: #B33965;
}
.AnyTagClassName
{
color: #B33965;
}
</style>
background-color css
<style>
a { background-color: #B33965; }
a { background-color: rgb(179,57,101); }
div.DivClassName
{
background-color: #B33965;
}
.BgClassName
{
background-color: #B33965;
}
</style>
border-color css
<style>
span { border-color: #B33965; }
span { border-color: rgb(179,57,101); }
td.TdClassName
{
border-color: #B33965;
}
.TagClassName
{
border-color: #B33965;
}
</style>