Shades of Rouge #963769
Tints of Rouge #963769
RGB
CMYK
RGB Variations
Color information
#963769 (or 0x963769) is known color: Rouge. HEX triplet: 96, 37 and 69. RGB value is (150,55,105). Sum of RGB (Red+Green+Blue) = 150+55+105=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #963769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963769 is #69C896. Grayscale: #585858. Windows color (decimal): -6932631 or 6895510. OLE color: 6895510.
HSL color Cylindrical-coordinate representation of color #963769: hue angle of 328.42º 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 #963769 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 105 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.41 |
| HSL | 328.42º | 0.46% | 0.4% | - |
| HSV(B) | 328.42º | 0.63% | 0.59% | - |
| XYZ | 16.49 | 10.24 | 14.47 | - |
| YUV | 89.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 105 | 0 | 0.63 | 0.30 | 0.41 | 328.42 | 0.46 | 0.4 |
| Hex | 96 | 37 | 69 | 0 | 3F | 1E | 29 | 148 | 2E | 28 |
| Octal | 226 | 67 | 151 | 0 | 77 | 36 | 51 | 510 | 56 | 50 |
| Binary | 10010110 | 110111 | 1101001 | 0 | 111111 | 11110 | 101001 | 101001000 | 101110 | 101000 |
Color Harmonies of #963769
Complementary color
Monochromatic Colors of #963769
Black with #963769
Text Example
Text Example
White with #963769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963769; }
p { color: rgb(150,55,105); }
H1.HeaderClassName
{
color: #963769;
}
.AnyTagClassName
{
color: #963769;
}
</style>
background-color css
<style>
a { background-color: #963769; }
a { background-color: rgb(150,55,105); }
div.DivClassName
{
background-color: #963769;
}
.BgClassName
{
background-color: #963769;
}
</style>
border-color css
<style>
span { border-color: #963769; }
span { border-color: rgb(150,55,105); }
td.TdClassName
{
border-color: #963769;
}
.TagClassName
{
border-color: #963769;
}
</style>