Shades of Rouge #B42568
Tints of Rouge #B42568
RGB
CMYK
RGB Variations
Color information
#B42568 (or 0xB42568) is known color: Rouge. HEX triplet: B4, 25 and 68. RGB value is (180,37,104). Sum of RGB (Red+Green+Blue) = 180+37+104=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B42568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42568 is #4BDA97. Grayscale: #575757. Windows color (decimal): -4971160 or 6825396. OLE color: 6825396.
HSL color Cylindrical-coordinate representation of color #B42568: hue angle of 331.89º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42568 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 104 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.29 |
| HSL | 331.89º | 0.66% | 0.43% | - |
| HSV(B) | 331.89º | 0.79% | 0.71% | - |
| XYZ | 21.98 | 12.03 | 14.26 | - |
| YUV | 87.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 104 | 0 | 0.79 | 0.42 | 0.29 | 331.89 | 0.66 | 0.43 |
| Hex | B4 | 25 | 68 | 0 | 4F | 2A | 1D | 14C | 42 | 2B |
| Octal | 264 | 45 | 150 | 0 | 117 | 52 | 35 | 514 | 102 | 53 |
| Binary | 10110100 | 100101 | 1101000 | 0 | 1001111 | 101010 | 11101 | 101001100 | 1000010 | 101011 |
Color Harmonies of #B42568
Complementary color
Monochromatic Colors of #B42568
Black with #B42568
Text Example
Text Example
White with #B42568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42568; }
p { color: rgb(180,37,104); }
H1.HeaderClassName
{
color: #B42568;
}
.AnyTagClassName
{
color: #B42568;
}
</style>
background-color css
<style>
a { background-color: #B42568; }
a { background-color: rgb(180,37,104); }
div.DivClassName
{
background-color: #B42568;
}
.BgClassName
{
background-color: #B42568;
}
</style>
border-color css
<style>
span { border-color: #B42568; }
span { border-color: rgb(180,37,104); }
td.TdClassName
{
border-color: #B42568;
}
.TagClassName
{
border-color: #B42568;
}
</style>