Shades of Rouge #95366D
Tints of Rouge #95366D
RGB
CMYK
RGB Variations
Color information
#95366D (or 0x95366D) is known color: Rouge. HEX triplet: 95, 36 and 6D. RGB value is (149,54,109). Sum of RGB (Red+Green+Blue) = 149+54+109=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95366D is #6AC992. Grayscale: #585858. Windows color (decimal): -6998419 or 7157397. OLE color: 7157397.
HSL color Cylindrical-coordinate representation of color #95366D: hue angle of 325.26º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95366D is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 109 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.42 |
| HSL | 325.26º | 0.47% | 0.4% | - |
| HSV(B) | 325.26º | 0.64% | 0.58% | - |
| XYZ | 16.47 | 10.13 | 15.56 | - |
| YUV | 88.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 109 | 0 | 0.64 | 0.27 | 0.42 | 325.26 | 0.47 | 0.4 |
| Hex | 95 | 36 | 6D | 0 | 40 | 1B | 2A | 145 | 2F | 28 |
| Octal | 225 | 66 | 155 | 0 | 100 | 33 | 52 | 505 | 57 | 50 |
| Binary | 10010101 | 110110 | 1101101 | 0 | 1000000 | 11011 | 101010 | 101000101 | 101111 | 101000 |
Color Harmonies of #95366D
Complementary color
Monochromatic Colors of #95366D
Black with #95366D
Text Example
Text Example
White with #95366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95366D; }
p { color: rgb(149,54,109); }
H1.HeaderClassName
{
color: #95366D;
}
.AnyTagClassName
{
color: #95366D;
}
</style>
background-color css
<style>
a { background-color: #95366D; }
a { background-color: rgb(149,54,109); }
div.DivClassName
{
background-color: #95366D;
}
.BgClassName
{
background-color: #95366D;
}
</style>
border-color css
<style>
span { border-color: #95366D; }
span { border-color: rgb(149,54,109); }
td.TdClassName
{
border-color: #95366D;
}
.TagClassName
{
border-color: #95366D;
}
</style>