Shades of Rouge #B33F67
Tints of Rouge #B33F67
RGB
CMYK
RGB Variations
Color information
#B33F67 (or 0xB33F67) is known color: Rouge. HEX triplet: B3, 3F and 67. RGB value is (179,63,103). Sum of RGB (Red+Green+Blue) = 179+63+103=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F67 is #4CC098. Grayscale: #666666. Windows color (decimal): -5030041 or 6766515. OLE color: 6766515.
HSL color Cylindrical-coordinate representation of color #B33F67: hue angle of 339.31º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F67 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 103 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.30 |
| HSL | 339.31º | 0.48% | 0.47% | - |
| HSV(B) | 339.31º | 0.65% | 0.7% | - |
| XYZ | 22.82 | 14.12 | 14.35 | - |
| YUV | 102.24 | 128.43 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 103 | 0 | 0.65 | 0.42 | 0.30 | 339.31 | 0.48 | 0.47 |
| Hex | B3 | 3F | 67 | 0 | 41 | 2A | 1E | 153 | 30 | 2F |
| Octal | 263 | 77 | 147 | 0 | 101 | 52 | 36 | 523 | 60 | 57 |
| Binary | 10110011 | 111111 | 1100111 | 0 | 1000001 | 101010 | 11110 | 101010011 | 110000 | 101111 |
Color Harmonies of #B33F67
Complementary color
Monochromatic Colors of #B33F67
Black with #B33F67
Text Example
Text Example
White with #B33F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F67; }
p { color: rgb(179,63,103); }
H1.HeaderClassName
{
color: #B33F67;
}
.AnyTagClassName
{
color: #B33F67;
}
</style>
background-color css
<style>
a { background-color: #B33F67; }
a { background-color: rgb(179,63,103); }
div.DivClassName
{
background-color: #B33F67;
}
.BgClassName
{
background-color: #B33F67;
}
</style>
border-color css
<style>
span { border-color: #B33F67; }
span { border-color: rgb(179,63,103); }
td.TdClassName
{
border-color: #B33F67;
}
.TagClassName
{
border-color: #B33F67;
}
</style>