Shades of Cognac #994441
Tints of Cognac #994441
RGB
CMYK
RGB Variations
Color information
#994441 (or 0x994441) is known color: Cognac. HEX triplet: 99, 44 and 41. RGB value is (153,68,65). Sum of RGB (Red+Green+Blue) = 153+68+65=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #994441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994441 is #66BBBE. Grayscale: #5D5D5D. Windows color (decimal): -6732735 or 4277401. OLE color: 4277401.
HSL color Cylindrical-coordinate representation of color #994441: hue angle of 2.05º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994441 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 65 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.4 |
| HSL | 2.05º | 0.4% | 0.43% | - |
| HSV(B) | 2.05º | 0.58% | 0.6% | - |
| XYZ | 16.16 | 11.29 | 6.33 | - |
| YUV | 93.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 65 | 0 | 0.56 | 0.58 | 0.4 | 2.05 | 0.4 | 0.43 |
| Hex | 99 | 44 | 41 | 0 | 38 | 3A | 28 | 2 | 28 | 2B |
| Octal | 231 | 104 | 101 | 0 | 70 | 72 | 50 | 2 | 50 | 53 |
| Binary | 10011001 | 1000100 | 1000001 | 0 | 111000 | 111010 | 101000 | 10 | 101000 | 101011 |
Color Harmonies of #994441
Complementary color
Monochromatic Colors of #994441
Black with #994441
Text Example
Text Example
White with #994441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994441; }
p { color: rgb(153,68,65); }
H1.HeaderClassName
{
color: #994441;
}
.AnyTagClassName
{
color: #994441;
}
</style>
background-color css
<style>
a { background-color: #994441; }
a { background-color: rgb(153,68,65); }
div.DivClassName
{
background-color: #994441;
}
.BgClassName
{
background-color: #994441;
}
</style>
border-color css
<style>
span { border-color: #994441; }
span { border-color: rgb(153,68,65); }
td.TdClassName
{
border-color: #994441;
}
.TagClassName
{
border-color: #994441;
}
</style>