Shades of Rouge #B52A68
Tints of Rouge #B52A68
RGB
CMYK
RGB Variations
Color information
#B52A68 (or 0xB52A68) is known color: Rouge. HEX triplet: B5, 2A and 68. RGB value is (181,42,104). Sum of RGB (Red+Green+Blue) = 181+42+104=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A68 is #4AD597. Grayscale: #5A5A5A. Windows color (decimal): -4904344 or 6826677. OLE color: 6826677.
HSL color Cylindrical-coordinate representation of color #B52A68: hue angle of 333.24º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A68 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 104 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.29 |
| HSL | 333.24º | 0.62% | 0.44% | - |
| HSV(B) | 333.24º | 0.77% | 0.71% | - |
| XYZ | 22.38 | 12.48 | 14.33 | - |
| YUV | 90.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 104 | 0 | 0.77 | 0.43 | 0.29 | 333.24 | 0.62 | 0.44 |
| Hex | B5 | 2A | 68 | 0 | 4D | 2B | 1D | 14D | 3E | 2C |
| Octal | 265 | 52 | 150 | 0 | 115 | 53 | 35 | 515 | 76 | 54 |
| Binary | 10110101 | 101010 | 1101000 | 0 | 1001101 | 101011 | 11101 | 101001101 | 111110 | 101100 |
Color Harmonies of #B52A68
Complementary color
Monochromatic Colors of #B52A68
Black with #B52A68
Text Example
Text Example
White with #B52A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A68; }
p { color: rgb(181,42,104); }
H1.HeaderClassName
{
color: #B52A68;
}
.AnyTagClassName
{
color: #B52A68;
}
</style>
background-color css
<style>
a { background-color: #B52A68; }
a { background-color: rgb(181,42,104); }
div.DivClassName
{
background-color: #B52A68;
}
.BgClassName
{
background-color: #B52A68;
}
</style>
border-color css
<style>
span { border-color: #B52A68; }
span { border-color: rgb(181,42,104); }
td.TdClassName
{
border-color: #B52A68;
}
.TagClassName
{
border-color: #B52A68;
}
</style>