Shades of Cognac #99413A
Tints of Cognac #99413A
RGB
CMYK
RGB Variations
Color information
#99413A (or 0x99413A) is known color: Cognac. HEX triplet: 99, 41 and 3A. RGB value is (153,65,58). Sum of RGB (Red+Green+Blue) = 153+65+58=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #99413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99413A is #66BEC5. Grayscale: #5A5A5A. Windows color (decimal): -6733510 or 3817881. OLE color: 3817881.
HSL color Cylindrical-coordinate representation of color #99413A: hue angle of 4.42º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99413A is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 58 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.4 |
| HSL | 4.42º | 0.45% | 0.41% | - |
| HSV(B) | 4.42º | 0.62% | 0.6% | - |
| XYZ | 15.79 | 10.86 | 5.27 | - |
| YUV | 90.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 58 | 0 | 0.58 | 0.62 | 0.4 | 4.42 | 0.45 | 0.41 |
| Hex | 99 | 41 | 3A | 0 | 3A | 3E | 28 | 4 | 2D | 29 |
| Octal | 231 | 101 | 72 | 0 | 72 | 76 | 50 | 4 | 55 | 51 |
| Binary | 10011001 | 1000001 | 111010 | 0 | 111010 | 111110 | 101000 | 100 | 101101 | 101001 |
Color Harmonies of #99413A
Complementary color
Monochromatic Colors of #99413A
Black with #99413A
Text Example
Text Example
White with #99413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99413A; }
p { color: rgb(153,65,58); }
H1.HeaderClassName
{
color: #99413A;
}
.AnyTagClassName
{
color: #99413A;
}
</style>
background-color css
<style>
a { background-color: #99413A; }
a { background-color: rgb(153,65,58); }
div.DivClassName
{
background-color: #99413A;
}
.BgClassName
{
background-color: #99413A;
}
</style>
border-color css
<style>
span { border-color: #99413A; }
span { border-color: rgb(153,65,58); }
td.TdClassName
{
border-color: #99413A;
}
.TagClassName
{
border-color: #99413A;
}
</style>