Shades of Rouge #96386B
Tints of Rouge #96386B
RGB
CMYK
RGB Variations
Color information
#96386B (or 0x96386B) is known color: Rouge. HEX triplet: 96, 38 and 6B. RGB value is (150,56,107). Sum of RGB (Red+Green+Blue) = 150+56+107=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96386B is #69C794. Grayscale: #595959. Windows color (decimal): -6932373 or 7026838. OLE color: 7026838.
HSL color Cylindrical-coordinate representation of color #96386B: hue angle of 327.45º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96386B is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 56 | 107 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.41 |
| HSL | 327.45º | 0.46% | 0.4% | - |
| HSV(B) | 327.45º | 0.63% | 0.59% | - |
| XYZ | 16.65 | 10.37 | 15.03 | - |
| YUV | 89.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 107 | 0 | 0.63 | 0.29 | 0.41 | 327.45 | 0.46 | 0.4 |
| Hex | 96 | 38 | 6B | 0 | 3F | 1D | 29 | 147 | 2E | 28 |
| Octal | 226 | 70 | 153 | 0 | 77 | 35 | 51 | 507 | 56 | 50 |
| Binary | 10010110 | 111000 | 1101011 | 0 | 111111 | 11101 | 101001 | 101000111 | 101110 | 101000 |
Color Harmonies of #96386B
Complementary color
Monochromatic Colors of #96386B
Black with #96386B
Text Example
Text Example
White with #96386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96386B; }
p { color: rgb(150,56,107); }
H1.HeaderClassName
{
color: #96386B;
}
.AnyTagClassName
{
color: #96386B;
}
</style>
background-color css
<style>
a { background-color: #96386B; }
a { background-color: rgb(150,56,107); }
div.DivClassName
{
background-color: #96386B;
}
.BgClassName
{
background-color: #96386B;
}
</style>
border-color css
<style>
span { border-color: #96386B; }
span { border-color: rgb(150,56,107); }
td.TdClassName
{
border-color: #96386B;
}
.TagClassName
{
border-color: #96386B;
}
</style>