Shades of Cognac #9E3F35
Tints of Cognac #9E3F35
RGB
CMYK
RGB Variations
Color information
#9E3F35 (or 0x9E3F35) is known color: Cognac. HEX triplet: 9E, 3F and 35. RGB value is (158,63,53). Sum of RGB (Red+Green+Blue) = 158+63+53=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3F35 is #61C0CA. Grayscale: #5A5A5A. Windows color (decimal): -6406347 or 3489694. OLE color: 3489694.
HSL color Cylindrical-coordinate representation of color #9E3F35: hue angle of 5.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3F35 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 63 | 53 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.38 |
| HSL | 5.71º | 0.5% | 0.41% | - |
| HSV(B) | 5.71º | 0.66% | 0.62% | - |
| XYZ | 16.52 | 11.08 | 4.64 | - |
| YUV | 90.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 53 | 0 | 0.60 | 0.66 | 0.38 | 5.71 | 0.5 | 0.41 |
| Hex | 9E | 3F | 35 | 0 | 3C | 42 | 26 | 6 | 32 | 29 |
| Octal | 236 | 77 | 65 | 0 | 74 | 102 | 46 | 6 | 62 | 51 |
| Binary | 10011110 | 111111 | 110101 | 0 | 111100 | 1000010 | 100110 | 110 | 110010 | 101001 |
Color Harmonies of #9E3F35
Complementary color
Monochromatic Colors of #9E3F35
Black with #9E3F35
Text Example
Text Example
White with #9E3F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3F35; }
p { color: rgb(158,63,53); }
H1.HeaderClassName
{
color: #9E3F35;
}
.AnyTagClassName
{
color: #9E3F35;
}
</style>
background-color css
<style>
a { background-color: #9E3F35; }
a { background-color: rgb(158,63,53); }
div.DivClassName
{
background-color: #9E3F35;
}
.BgClassName
{
background-color: #9E3F35;
}
</style>
border-color css
<style>
span { border-color: #9E3F35; }
span { border-color: rgb(158,63,53); }
td.TdClassName
{
border-color: #9E3F35;
}
.TagClassName
{
border-color: #9E3F35;
}
</style>