Shades of Rouge #95376D
Tints of Rouge #95376D
RGB
CMYK
RGB Variations
Color information
#95376D (or 0x95376D) is known color: Rouge. HEX triplet: 95, 37 and 6D. RGB value is (149,55,109). Sum of RGB (Red+Green+Blue) = 149+55+109=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95376D is #6AC892. Grayscale: #595959. Windows color (decimal): -6998163 or 7157653. OLE color: 7157653.
HSL color Cylindrical-coordinate representation of color #95376D: hue angle of 325.53º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95376D is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 109 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.42 |
| HSL | 325.53º | 0.46% | 0.4% | - |
| HSV(B) | 325.53º | 0.63% | 0.58% | - |
| XYZ | 16.52 | 10.23 | 15.57 | - |
| YUV | 89.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 109 | 0 | 0.63 | 0.27 | 0.42 | 325.53 | 0.46 | 0.4 |
| Hex | 95 | 37 | 6D | 0 | 3F | 1B | 2A | 146 | 2E | 28 |
| Octal | 225 | 67 | 155 | 0 | 77 | 33 | 52 | 506 | 56 | 50 |
| Binary | 10010101 | 110111 | 1101101 | 0 | 111111 | 11011 | 101010 | 101000110 | 101110 | 101000 |
Color Harmonies of #95376D
Complementary color
Monochromatic Colors of #95376D
Black with #95376D
Text Example
Text Example
White with #95376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95376D; }
p { color: rgb(149,55,109); }
H1.HeaderClassName
{
color: #95376D;
}
.AnyTagClassName
{
color: #95376D;
}
</style>
background-color css
<style>
a { background-color: #95376D; }
a { background-color: rgb(149,55,109); }
div.DivClassName
{
background-color: #95376D;
}
.BgClassName
{
background-color: #95376D;
}
</style>
border-color css
<style>
span { border-color: #95376D; }
span { border-color: rgb(149,55,109); }
td.TdClassName
{
border-color: #95376D;
}
.TagClassName
{
border-color: #95376D;
}
</style>