Shades of Rouge #B53E69
Tints of Rouge #B53E69
RGB
CMYK
RGB Variations
Color information
#B53E69 (or 0xB53E69) is known color: Rouge. HEX triplet: B5, 3E and 69. RGB value is (181,62,105). Sum of RGB (Red+Green+Blue) = 181+62+105=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53E69 is #4AC196. Grayscale: #666666. Windows color (decimal): -4899223 or 6897333. OLE color: 6897333.
HSL color Cylindrical-coordinate representation of color #B53E69: hue angle of 338.32º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53E69 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 62 | 105 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.29 |
| HSL | 338.32º | 0.49% | 0.48% | - |
| HSV(B) | 338.32º | 0.66% | 0.71% | - |
| XYZ | 23.33 | 14.29 | 14.89 | - |
| YUV | 102.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 105 | 0 | 0.66 | 0.42 | 0.29 | 338.32 | 0.49 | 0.48 |
| Hex | B5 | 3E | 69 | 0 | 42 | 2A | 1D | 152 | 31 | 30 |
| Octal | 265 | 76 | 151 | 0 | 102 | 52 | 35 | 522 | 61 | 60 |
| Binary | 10110101 | 111110 | 1101001 | 0 | 1000010 | 101010 | 11101 | 101010010 | 110001 | 110000 |
Color Harmonies of #B53E69
Complementary color
Monochromatic Colors of #B53E69
Black with #B53E69
Text Example
Text Example
White with #B53E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53E69; }
p { color: rgb(181,62,105); }
H1.HeaderClassName
{
color: #B53E69;
}
.AnyTagClassName
{
color: #B53E69;
}
</style>
background-color css
<style>
a { background-color: #B53E69; }
a { background-color: rgb(181,62,105); }
div.DivClassName
{
background-color: #B53E69;
}
.BgClassName
{
background-color: #B53E69;
}
</style>
border-color css
<style>
span { border-color: #B53E69; }
span { border-color: rgb(181,62,105); }
td.TdClassName
{
border-color: #B53E69;
}
.TagClassName
{
border-color: #B53E69;
}
</style>