Shades of Rouge #B33D5D
Tints of Rouge #B33D5D
RGB
CMYK
RGB Variations
Color information
#B33D5D (or 0xB33D5D) is known color: Rouge. HEX triplet: B3, 3D and 5D. RGB value is (179,61,93). Sum of RGB (Red+Green+Blue) = 179+61+93=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D5D is #4CC2A2. Grayscale: #636363. Windows color (decimal): -5030563 or 6110643. OLE color: 6110643.
HSL color Cylindrical-coordinate representation of color #B33D5D: hue angle of 343.73º 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 #B33D5D is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 93 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.30 |
| HSL | 343.73º | 0.49% | 0.47% | - |
| HSV(B) | 343.73º | 0.66% | 0.7% | - |
| XYZ | 22.23 | 13.71 | 11.83 | - |
| YUV | 99.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 93 | 0 | 0.66 | 0.48 | 0.30 | 343.73 | 0.49 | 0.47 |
| Hex | B3 | 3D | 5D | 0 | 42 | 30 | 1E | 158 | 31 | 2F |
| Octal | 263 | 75 | 135 | 0 | 102 | 60 | 36 | 530 | 61 | 57 |
| Binary | 10110011 | 111101 | 1011101 | 0 | 1000010 | 110000 | 11110 | 101011000 | 110001 | 101111 |
Color Harmonies of #B33D5D
Complementary color
Monochromatic Colors of #B33D5D
Black with #B33D5D
Text Example
Text Example
White with #B33D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D5D; }
p { color: rgb(179,61,93); }
H1.HeaderClassName
{
color: #B33D5D;
}
.AnyTagClassName
{
color: #B33D5D;
}
</style>
background-color css
<style>
a { background-color: #B33D5D; }
a { background-color: rgb(179,61,93); }
div.DivClassName
{
background-color: #B33D5D;
}
.BgClassName
{
background-color: #B33D5D;
}
</style>
border-color css
<style>
span { border-color: #B33D5D; }
span { border-color: rgb(179,61,93); }
td.TdClassName
{
border-color: #B33D5D;
}
.TagClassName
{
border-color: #B33D5D;
}
</style>