Shades of Rouge #B53E5E
Tints of Rouge #B53E5E
RGB
CMYK
RGB Variations
Color information
#B53E5E (or 0xB53E5E) is known color: Rouge. HEX triplet: B5, 3E and 5E. RGB value is (181,62,94). Sum of RGB (Red+Green+Blue) = 181+62+94=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53E5E is #4AC1A1. Grayscale: #656565. Windows color (decimal): -4899234 or 6176437. OLE color: 6176437.
HSL color Cylindrical-coordinate representation of color #B53E5E: hue angle of 343.87º 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 #B53E5E is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 62 | 94 | - |
CMYK | 0 | 0.66 | 0.48 | 0.29 |
HSL | 343.87º | 0.49% | 0.48% | - |
HSV(B) | 343.87º | 0.66% | 0.71% | - |
XYZ | 22.8 | 14.08 | 12.11 | - |
YUV | 101.23 | 123.92 | 184.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 62 | 94 | 0 | 0.66 | 0.48 | 0.29 | 343.87 | 0.49 | 0.48 |
Hex | B5 | 3E | 5E | 0 | 42 | 30 | 1D | 158 | 31 | 30 |
Octal | 265 | 76 | 136 | 0 | 102 | 60 | 35 | 530 | 61 | 60 |
Binary | 10110101 | 111110 | 1011110 | 0 | 1000010 | 110000 | 11101 | 101011000 | 110001 | 110000 |
Color Harmonies of #B53E5E
Complementary color
Monochromatic Colors of #B53E5E
Black with #B53E5E
Text Example
Text Example
White with #B53E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53E5E; }
p { color: rgb(181,62,94); }
H1.HeaderClassName
{
color: #B53E5E;
}
.AnyTagClassName
{
color: #B53E5E;
}
</style>
background-color css
<style>
a { background-color: #B53E5E; }
a { background-color: rgb(181,62,94); }
div.DivClassName
{
background-color: #B53E5E;
}
.BgClassName
{
background-color: #B53E5E;
}
</style>
border-color css
<style>
span { border-color: #B53E5E; }
span { border-color: rgb(181,62,94); }
td.TdClassName
{
border-color: #B53E5E;
}
.TagClassName
{
border-color: #B53E5E;
}
</style>