Shades of Rouge #9A3863
Tints of Rouge #9A3863
RGB
CMYK
RGB Variations
Color information
#9A3863 (or 0x9A3863) is known color: Rouge. HEX triplet: 9A, 38 and 63. RGB value is (154,56,99). Sum of RGB (Red+Green+Blue) = 154+56+99=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3863 is #65C79C. Grayscale: #5A5A5A. Windows color (decimal): -6670237 or 6502554. OLE color: 6502554.
HSL color Cylindrical-coordinate representation of color #9A3863: hue angle of 333.67º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A3863 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 56 | 99 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.40 |
| HSL | 333.67º | 0.47% | 0.41% | - |
| HSV(B) | 333.67º | 0.64% | 0.6% | - |
| XYZ | 16.99 | 10.6 | 12.95 | - |
| YUV | 90.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 56 | 99 | 0 | 0.64 | 0.36 | 0.40 | 333.67 | 0.47 | 0.41 |
| Hex | 9A | 38 | 63 | 0 | 40 | 24 | 28 | 14E | 2F | 29 |
| Octal | 232 | 70 | 143 | 0 | 100 | 44 | 50 | 516 | 57 | 51 |
| Binary | 10011010 | 111000 | 1100011 | 0 | 1000000 | 100100 | 101000 | 101001110 | 101111 | 101001 |
Color Harmonies of #9A3863
Complementary color
Monochromatic Colors of #9A3863
Black with #9A3863
Text Example
Text Example
White with #9A3863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3863; }
p { color: rgb(154,56,99); }
H1.HeaderClassName
{
color: #9A3863;
}
.AnyTagClassName
{
color: #9A3863;
}
</style>
background-color css
<style>
a { background-color: #9A3863; }
a { background-color: rgb(154,56,99); }
div.DivClassName
{
background-color: #9A3863;
}
.BgClassName
{
background-color: #9A3863;
}
</style>
border-color css
<style>
span { border-color: #9A3863; }
span { border-color: rgb(154,56,99); }
td.TdClassName
{
border-color: #9A3863;
}
.TagClassName
{
border-color: #9A3863;
}
</style>