Shades of Rouge #B32F67
Tints of Rouge #B32F67
RGB
CMYK
RGB Variations
Color information
#B32F67 (or 0xB32F67) is known color: Rouge. HEX triplet: B3, 2F and 67. RGB value is (179,47,103). Sum of RGB (Red+Green+Blue) = 179+47+103=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32F67 is #4CD098. Grayscale: #5C5C5C. Windows color (decimal): -5034137 or 6762419. OLE color: 6762419.
HSL color Cylindrical-coordinate representation of color #B32F67: hue angle of 334.55º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32F67 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 103 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.30 |
| HSL | 334.55º | 0.58% | 0.44% | - |
| HSV(B) | 334.55º | 0.74% | 0.7% | - |
| XYZ | 22.06 | 12.6 | 14.1 | - |
| YUV | 92.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 103 | 0 | 0.74 | 0.42 | 0.30 | 334.55 | 0.58 | 0.44 |
| Hex | B3 | 2F | 67 | 0 | 4A | 2A | 1E | 14F | 3A | 2C |
| Octal | 263 | 57 | 147 | 0 | 112 | 52 | 36 | 517 | 72 | 54 |
| Binary | 10110011 | 101111 | 1100111 | 0 | 1001010 | 101010 | 11110 | 101001111 | 111010 | 101100 |
Color Harmonies of #B32F67
Complementary color
Monochromatic Colors of #B32F67
Black with #B32F67
Text Example
Text Example
White with #B32F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F67; }
p { color: rgb(179,47,103); }
H1.HeaderClassName
{
color: #B32F67;
}
.AnyTagClassName
{
color: #B32F67;
}
</style>
background-color css
<style>
a { background-color: #B32F67; }
a { background-color: rgb(179,47,103); }
div.DivClassName
{
background-color: #B32F67;
}
.BgClassName
{
background-color: #B32F67;
}
</style>
border-color css
<style>
span { border-color: #B32F67; }
span { border-color: rgb(179,47,103); }
td.TdClassName
{
border-color: #B32F67;
}
.TagClassName
{
border-color: #B32F67;
}
</style>