Shades of Rouge #B33A68
Tints of Rouge #B33A68
RGB
CMYK
RGB Variations
Color information
#B33A68 (or 0xB33A68) is known color: Rouge. HEX triplet: B3, 3A and 68. RGB value is (179,58,104). Sum of RGB (Red+Green+Blue) = 179+58+104=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33A68 is #4CC597. Grayscale: #636363. Windows color (decimal): -5031320 or 6830771. OLE color: 6830771.
HSL color Cylindrical-coordinate representation of color #B33A68: hue angle of 337.19º degrees, saturation: 0.51, 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 #B33A68 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 104 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.30 |
| HSL | 337.19º | 0.51% | 0.46% | - |
| HSV(B) | 337.19º | 0.68% | 0.7% | - |
| XYZ | 22.6 | 13.61 | 14.53 | - |
| YUV | 99.42 | 130.59 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 104 | 0 | 0.68 | 0.42 | 0.30 | 337.19 | 0.51 | 0.46 |
| Hex | B3 | 3A | 68 | 0 | 44 | 2A | 1E | 151 | 33 | 2E |
| Octal | 263 | 72 | 150 | 0 | 104 | 52 | 36 | 521 | 63 | 56 |
| Binary | 10110011 | 111010 | 1101000 | 0 | 1000100 | 101010 | 11110 | 101010001 | 110011 | 101110 |
Color Harmonies of #B33A68
Complementary color
Monochromatic Colors of #B33A68
Black with #B33A68
Text Example
Text Example
White with #B33A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A68; }
p { color: rgb(179,58,104); }
H1.HeaderClassName
{
color: #B33A68;
}
.AnyTagClassName
{
color: #B33A68;
}
</style>
background-color css
<style>
a { background-color: #B33A68; }
a { background-color: rgb(179,58,104); }
div.DivClassName
{
background-color: #B33A68;
}
.BgClassName
{
background-color: #B33A68;
}
</style>
border-color css
<style>
span { border-color: #B33A68; }
span { border-color: rgb(179,58,104); }
td.TdClassName
{
border-color: #B33A68;
}
.TagClassName
{
border-color: #B33A68;
}
</style>