Shades of Rouge #95356F
Tints of Rouge #95356F
RGB
CMYK
RGB Variations
Color information
#95356F (or 0x95356F) is known color: Rouge. HEX triplet: 95, 35 and 6F. RGB value is (149,53,111). Sum of RGB (Red+Green+Blue) = 149+53+111=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95356F is #6ACA90. Grayscale: #585858. Windows color (decimal): -6998673 or 7288213. OLE color: 7288213.
HSL color Cylindrical-coordinate representation of color #95356F: hue angle of 323.75º degrees, saturation: 0.48, 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 #95356F is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 111 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.42 |
| HSL | 323.75º | 0.48% | 0.4% | - |
| HSV(B) | 323.75º | 0.64% | 0.58% | - |
| XYZ | 16.54 | 10.08 | 16.11 | - |
| YUV | 88.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 111 | 0 | 0.64 | 0.26 | 0.42 | 323.75 | 0.48 | 0.4 |
| Hex | 95 | 35 | 6F | 0 | 40 | 1A | 2A | 144 | 30 | 28 |
| Octal | 225 | 65 | 157 | 0 | 100 | 32 | 52 | 504 | 60 | 50 |
| Binary | 10010101 | 110101 | 1101111 | 0 | 1000000 | 11010 | 101010 | 101000100 | 110000 | 101000 |
Color Harmonies of #95356F
Complementary color
Monochromatic Colors of #95356F
Black with #95356F
Text Example
Text Example
White with #95356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95356F; }
p { color: rgb(149,53,111); }
H1.HeaderClassName
{
color: #95356F;
}
.AnyTagClassName
{
color: #95356F;
}
</style>
background-color css
<style>
a { background-color: #95356F; }
a { background-color: rgb(149,53,111); }
div.DivClassName
{
background-color: #95356F;
}
.BgClassName
{
background-color: #95356F;
}
</style>
border-color css
<style>
span { border-color: #95356F; }
span { border-color: rgb(149,53,111); }
td.TdClassName
{
border-color: #95356F;
}
.TagClassName
{
border-color: #95356F;
}
</style>