Shades of Rouge #B33D5E
Tints of Rouge #B33D5E
RGB
CMYK
RGB Variations
Color information
#B33D5E (or 0xB33D5E) is known color: Rouge. HEX triplet: B3, 3D and 5E. RGB value is (179,61,94). Sum of RGB (Red+Green+Blue) = 179+61+94=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D5E is #4CC2A1. Grayscale: #646464. Windows color (decimal): -5030562 or 6176179. OLE color: 6176179.
HSL color Cylindrical-coordinate representation of color #B33D5E: hue angle of 343.22º 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 #B33D5E is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 94 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.30 |
| HSL | 343.22º | 0.49% | 0.47% | - |
| HSV(B) | 343.22º | 0.66% | 0.7% | - |
| XYZ | 22.28 | 13.73 | 12.07 | - |
| YUV | 100.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 94 | 0 | 0.66 | 0.47 | 0.30 | 343.22 | 0.49 | 0.47 |
| Hex | B3 | 3D | 5E | 0 | 42 | 2F | 1E | 157 | 31 | 2F |
| Octal | 263 | 75 | 136 | 0 | 102 | 57 | 36 | 527 | 61 | 57 |
| Binary | 10110011 | 111101 | 1011110 | 0 | 1000010 | 101111 | 11110 | 101010111 | 110001 | 101111 |
Color Harmonies of #B33D5E
Complementary color
Monochromatic Colors of #B33D5E
Black with #B33D5E
Text Example
Text Example
White with #B33D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D5E; }
p { color: rgb(179,61,94); }
H1.HeaderClassName
{
color: #B33D5E;
}
.AnyTagClassName
{
color: #B33D5E;
}
</style>
background-color css
<style>
a { background-color: #B33D5E; }
a { background-color: rgb(179,61,94); }
div.DivClassName
{
background-color: #B33D5E;
}
.BgClassName
{
background-color: #B33D5E;
}
</style>
border-color css
<style>
span { border-color: #B33D5E; }
span { border-color: rgb(179,61,94); }
td.TdClassName
{
border-color: #B33D5E;
}
.TagClassName
{
border-color: #B33D5E;
}
</style>