Shades of Rouge #B53C6C
Tints of Rouge #B53C6C
RGB
CMYK
RGB Variations
Color information
#B53C6C (or 0xB53C6C) is known color: Rouge. HEX triplet: B5, 3C and 6C. RGB value is (181,60,108). Sum of RGB (Red+Green+Blue) = 181+60+108=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C6C is #4AC393. Grayscale: #656565. Windows color (decimal): -4899732 or 7093429. OLE color: 7093429.
HSL color Cylindrical-coordinate representation of color #B53C6C: hue angle of 336.2º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53C6C is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 108 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.29 |
| HSL | 336.2º | 0.5% | 0.47% | - |
| HSV(B) | 336.2º | 0.67% | 0.71% | - |
| XYZ | 23.38 | 14.14 | 15.68 | - |
| YUV | 101.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 108 | 0 | 0.67 | 0.40 | 0.29 | 336.2 | 0.5 | 0.47 |
| Hex | B5 | 3C | 6C | 0 | 43 | 28 | 1D | 150 | 32 | 2F |
| Octal | 265 | 74 | 154 | 0 | 103 | 50 | 35 | 520 | 62 | 57 |
| Binary | 10110101 | 111100 | 1101100 | 0 | 1000011 | 101000 | 11101 | 101010000 | 110010 | 101111 |
Color Harmonies of #B53C6C
Complementary color
Monochromatic Colors of #B53C6C
Black with #B53C6C
Text Example
Text Example
White with #B53C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C6C; }
p { color: rgb(181,60,108); }
H1.HeaderClassName
{
color: #B53C6C;
}
.AnyTagClassName
{
color: #B53C6C;
}
</style>
background-color css
<style>
a { background-color: #B53C6C; }
a { background-color: rgb(181,60,108); }
div.DivClassName
{
background-color: #B53C6C;
}
.BgClassName
{
background-color: #B53C6C;
}
</style>
border-color css
<style>
span { border-color: #B53C6C; }
span { border-color: rgb(181,60,108); }
td.TdClassName
{
border-color: #B53C6C;
}
.TagClassName
{
border-color: #B53C6C;
}
</style>