Shades of Rouge #99386F
Tints of Rouge #99386F
RGB
CMYK
RGB Variations
Color information
#99386F (or 0x99386F) is known color: Rouge. HEX triplet: 99, 38 and 6F. RGB value is (153,56,111). Sum of RGB (Red+Green+Blue) = 153+56+111=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #99386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99386F is #66C790. Grayscale: #5B5B5B. Windows color (decimal): -6735761 or 7288985. OLE color: 7288985.
HSL color Cylindrical-coordinate representation of color #99386F: hue angle of 325.98º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99386F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 111 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.4 |
| HSL | 325.98º | 0.46% | 0.41% | - |
| HSV(B) | 325.98º | 0.63% | 0.6% | - |
| XYZ | 17.42 | 10.75 | 16.2 | - |
| YUV | 91.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 111 | 0 | 0.63 | 0.27 | 0.4 | 325.98 | 0.46 | 0.41 |
| Hex | 99 | 38 | 6F | 0 | 3F | 1B | 28 | 146 | 2E | 29 |
| Octal | 231 | 70 | 157 | 0 | 77 | 33 | 50 | 506 | 56 | 51 |
| Binary | 10011001 | 111000 | 1101111 | 0 | 111111 | 11011 | 101000 | 101000110 | 101110 | 101001 |
Color Harmonies of #99386F
Complementary color
Monochromatic Colors of #99386F
Black with #99386F
Text Example
Text Example
White with #99386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99386F; }
p { color: rgb(153,56,111); }
H1.HeaderClassName
{
color: #99386F;
}
.AnyTagClassName
{
color: #99386F;
}
</style>
background-color css
<style>
a { background-color: #99386F; }
a { background-color: rgb(153,56,111); }
div.DivClassName
{
background-color: #99386F;
}
.BgClassName
{
background-color: #99386F;
}
</style>
border-color css
<style>
span { border-color: #99386F; }
span { border-color: rgb(153,56,111); }
td.TdClassName
{
border-color: #99386F;
}
.TagClassName
{
border-color: #99386F;
}
</style>