Shades of Cognac #9D413B
Tints of Cognac #9D413B
RGB
CMYK
RGB Variations
Color information
#9D413B (or 0x9D413B) is known color: Cognac. HEX triplet: 9D, 41 and 3B. RGB value is (157,65,59). Sum of RGB (Red+Green+Blue) = 157+65+59=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D413B is #62BEC4. Grayscale: #5B5B5B. Windows color (decimal): -6471365 or 3883421. OLE color: 3883421.
HSL color Cylindrical-coordinate representation of color #9D413B: hue angle of 3.67º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D413B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 65 | 59 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.38 |
| HSL | 3.67º | 0.45% | 0.42% | - |
| HSV(B) | 3.67º | 0.62% | 0.62% | - |
| XYZ | 16.58 | 11.26 | 5.44 | - |
| YUV | 91.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 59 | 0 | 0.59 | 0.62 | 0.38 | 3.67 | 0.45 | 0.42 |
| Hex | 9D | 41 | 3B | 0 | 3B | 3E | 26 | 4 | 2D | 2A |
| Octal | 235 | 101 | 73 | 0 | 73 | 76 | 46 | 4 | 55 | 52 |
| Binary | 10011101 | 1000001 | 111011 | 0 | 111011 | 111110 | 100110 | 100 | 101101 | 101010 |
Color Harmonies of #9D413B
Complementary color
Monochromatic Colors of #9D413B
Black with #9D413B
Text Example
Text Example
White with #9D413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D413B; }
p { color: rgb(157,65,59); }
H1.HeaderClassName
{
color: #9D413B;
}
.AnyTagClassName
{
color: #9D413B;
}
</style>
background-color css
<style>
a { background-color: #9D413B; }
a { background-color: rgb(157,65,59); }
div.DivClassName
{
background-color: #9D413B;
}
.BgClassName
{
background-color: #9D413B;
}
</style>
border-color css
<style>
span { border-color: #9D413B; }
span { border-color: rgb(157,65,59); }
td.TdClassName
{
border-color: #9D413B;
}
.TagClassName
{
border-color: #9D413B;
}
</style>