Shades of Cognac #9B4039
Tints of Cognac #9B4039
RGB
CMYK
RGB Variations
Color information
#9B4039 (or 0x9B4039) is known color: Cognac. HEX triplet: 9B, 40 and 39. RGB value is (155,64,57). Sum of RGB (Red+Green+Blue) = 155+64+57=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4039 is #64BFC6. Grayscale: #5A5A5A. Windows color (decimal): -6602695 or 3752091. OLE color: 3752091.
HSL color Cylindrical-coordinate representation of color #9B4039: hue angle of 4.29º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B4039 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 57 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.39 |
| HSL | 4.29º | 0.46% | 0.42% | - |
| HSV(B) | 4.29º | 0.63% | 0.61% | - |
| XYZ | 16.09 | 10.93 | 5.13 | - |
| YUV | 90.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 57 | 0 | 0.59 | 0.63 | 0.39 | 4.29 | 0.46 | 0.42 |
| Hex | 9B | 40 | 39 | 0 | 3B | 3F | 27 | 4 | 2E | 2A |
| Octal | 233 | 100 | 71 | 0 | 73 | 77 | 47 | 4 | 56 | 52 |
| Binary | 10011011 | 1000000 | 111001 | 0 | 111011 | 111111 | 100111 | 100 | 101110 | 101010 |
Color Harmonies of #9B4039
Complementary color
Monochromatic Colors of #9B4039
Black with #9B4039
Text Example
Text Example
White with #9B4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4039; }
p { color: rgb(155,64,57); }
H1.HeaderClassName
{
color: #9B4039;
}
.AnyTagClassName
{
color: #9B4039;
}
</style>
background-color css
<style>
a { background-color: #9B4039; }
a { background-color: rgb(155,64,57); }
div.DivClassName
{
background-color: #9B4039;
}
.BgClassName
{
background-color: #9B4039;
}
</style>
border-color css
<style>
span { border-color: #9B4039; }
span { border-color: rgb(155,64,57); }
td.TdClassName
{
border-color: #9B4039;
}
.TagClassName
{
border-color: #9B4039;
}
</style>