Shades of Cab Sav #44292D
Tints of Cab Sav #44292D
RGB
CMYK
RGB Variations
Color information
#44292D (or 0x44292D) is known color: Cab Sav. HEX triplet: 44, 29 and 2D. RGB value is (68,41,45). Sum of RGB (Red+Green+Blue) = 68+41+45=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #44292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44292D is #BBD6D2. Grayscale: #313131. Windows color (decimal): -12310227 or 2959684. OLE color: 2959684.
HSL color Cylindrical-coordinate representation of color #44292D: hue angle of 351.11º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44292D is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 41 | 45 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.73 |
| HSL | 351.11º | 0.25% | 0.21% | - |
| HSV(B) | 351.11º | 0.4% | 0.27% | - |
| XYZ | 3.65 | 3 | 2.87 | - |
| YUV | 49.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 45 | 0 | 0.40 | 0.34 | 0.73 | 351.11 | 0.25 | 0.21 |
| Hex | 44 | 29 | 2D | 0 | 28 | 22 | 49 | 15F | 19 | 15 |
| Octal | 104 | 51 | 55 | 0 | 50 | 42 | 111 | 537 | 31 | 25 |
| Binary | 1000100 | 101001 | 101101 | 0 | 101000 | 100010 | 1001001 | 101011111 | 11001 | 10101 |
Color Harmonies of #44292D
Complementary color
Monochromatic Colors of #44292D
Black with #44292D
Text Example
Text Example
White with #44292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44292D; }
p { color: rgb(68,41,45); }
H1.HeaderClassName
{
color: #44292D;
}
.AnyTagClassName
{
color: #44292D;
}
</style>
background-color css
<style>
a { background-color: #44292D; }
a { background-color: rgb(68,41,45); }
div.DivClassName
{
background-color: #44292D;
}
.BgClassName
{
background-color: #44292D;
}
</style>
border-color css
<style>
span { border-color: #44292D; }
span { border-color: rgb(68,41,45); }
td.TdClassName
{
border-color: #44292D;
}
.TagClassName
{
border-color: #44292D;
}
</style>